Chimera states in nonlocally-coupled phase oscillators
Project description
INSTALLATION
Via pip:
(sudo) pip install kuramoto_chimera
Via source
(https://github.com/fkemeth/kurmoto_chimera)
DOCUMENTATION
This python package contains functions to integrate a system of nonlocally-coupled phase oscillators investigated by Y. Kuramoto and D. Battogtokh, as described in their paper
"Coexistence of Coherence and Incoherence in Nonlocally Coupled Phase Oscillators." (http://www.j-npcs.org/abstracts/vol2002/v5no4/v5no4p380.html)
To integrate the system with the predefined parameters, run
from kuramoto_chimera import integrate
Ad = integrate()
To plot the last snapshot, run
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(111)
ax.scatter(Ad["xx"], Ad["data"][-1])
plt.show()
ISSUES
For questions, please contact (felix@kemeth.de), or visit the GitHub repo.
LICENCE
This work is licenced under GNU General Public License v3. This means you must cite
"A classification scheme for chimera states" F.P. Kemeth et al. (http://dx.doi.org/10.1063/1.4959804)
if you use this package for publications.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kuramoto_chimera-0.0.2.tar.gz
.
File metadata
- Download URL: kuramoto_chimera-0.0.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.24.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.53.0 importlib-metadata/4.11.2 keyring/21.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56aef95909714ff0dbddcf4f63ac1de2dabc48c575c25ac6c2e8abf44925066c |
|
MD5 | c05251b173eea1c317489821c9f6d168 |
|
BLAKE2b-256 | 878c4f40536a8cf4f02823ac26f6443188f47242c34949524e16d3389f3b17ab |
File details
Details for the file kuramoto_chimera-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: kuramoto_chimera-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.24.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.53.0 importlib-metadata/4.11.2 keyring/21.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5915a05afcc48f9d3604dc81d86041fbadc299648eef7f6427e30421a60ab66d |
|
MD5 | b47d9ccd4d509fb78318ba49f655e3c5 |
|
BLAKE2b-256 | 8209ece7d595086947f34a121f326448ef0f8471d7318be8b66ea48aeb81c7d6 |