https://github.com/termoshtt/continuate
simple library for numerical continuation based on NumPy
https://github.com/termoshtt/continuate
continuation dynamical-systems
Last synced: 4 months ago
JSON representation
simple library for numerical continuation based on NumPy
- Host: GitHub
- URL: https://github.com/termoshtt/continuate
- Owner: termoshtt
- License: mit
- Created: 2015-11-18T08:54:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T05:32:42.000Z (about 9 years ago)
- Last Synced: 2025-06-29T02:17:54.000Z (7 months ago)
- Topics: continuation, dynamical-systems
- Language: Python
- Homepage:
- Size: 433 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
continuate
==========
[](https://travis-ci.org/termoshtt/continuate)
[](https://badge.fury.io/py/continuate)
[](https://codeclimate.com/github/termoshtt/continuate)
[](LICENSE)
[](http://mybinder.org:/repo/termoshtt/continuate)
Continuation tools.
***CAUTION***: This program is alpha version. Fatal errors may be included.
Install
-------
Please install from PyPI
```command
pip install continuate
```
or use development install
```command
python setup.py develop
```
Sample
-------
- [single parameter continuation](sample/single_parameter.ipynb)
Document
---------
See http://termoshtt.github.io/continuate
License
-------
This software is released under the MIT License, see LICENSE file.