You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
Okey. Kuramoto oscillators network simulation code is only - "kuramoto.py" file? And it is run under Python 3.6. Is it right?
What is the files: "kuramoto.cc" and "kuramoto.hh"?
I am interesting only in Kuramoto network realization.
Yes, that's the one. You also need to have the numpy and matplotlib libraries (see the import statements at the beginning of the file).
If you are interested in networks, you need to play with the coupling matrix, which is responsible for “connecting” the various oscillators, see this line.
The other files pertain to an implementation in C++, which I am not even sure I completed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, can you, please, add the instructions and recommendations how to run your program? What is OS, compiler, commands for run, etc?
Thank you!
The text was updated successfully, but these errors were encountered: