An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

continuate
==========

[![Build Status](https://travis-ci.org/termoshtt/continuate.svg?branch=master)](https://travis-ci.org/termoshtt/continuate)
[![PyPI version](https://badge.fury.io/py/continuate.svg)](https://badge.fury.io/py/continuate)
[![Code Climate](https://codeclimate.com/github/termoshtt/continuate/badges/gpa.svg)](https://codeclimate.com/github/termoshtt/continuate)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![Binder](http://mybinder.org/badge.svg)](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.