A Python Framework for the Dynamics of Coherent Ising Machine
Project description
PyCIM
PyCIM is the first simulator that can produce the dynamic behavior of CIM. PyCIM effectively capture some characteristic phenomena of DOPO and CIM, including a spontaneous symmetry breaking, threshold behavior, gain saturation, and the process of CIM solving MAX-CUT problems. Additionally, it is built-in time-varying coupling strengths and pump schedules. Moreover, PyCIM can be used for analyzing the impact of parameters on the performance of CIM, and guiding the design and optimization of actual physical systems.
Requirements
To use the simulator, Python 3.7.7 or above is required.
The following packages are required by the installation:
- matplotlib==3.5.3
- numpy==1.21.5
- scipy==1.7.3
method 1:
pip install pycim-simulator
method 2:
The first step is cloning the repository:
git clone https://github.com/shadowforwind/pycim-simulator.git
Then, install the following packages:
cd pycim-simulator
pip install -r requirements.txt
Catalog
└─simulator
│ architecture.png
│ display.ipynb
│ README.md
│ requirements.txt
│
└─pycim
│ analyzer.py
│ competitor.py
│ sampler.py
│ __init__.py
│
├─data
│ │ 128.txt
│ │ 20.txt
│
├─simulation
│ │ device.py
│ │ setup.py
│ │ simulate.py
│ │ solver.py
│ │ __init__.py
│ │
│ ├─model
│ │ │ c_number.py
│ │ │ discrete.py
│ │ │ meanFiled.py
│ │ │ __init__.py
│
├─utils
│ │ const.py
│ │ bias.py
│ │ file_J.py
│ │ getIsingEnergy.py
│ │ __init__.py
Getting started with pycim
The simplest way of familiarize with the pycim-simulator is by exploring the demo case provided in the file ''display.ipynb''. The file ''display.ipynb'' provides step-by-step description of the main commands to: initialize input, transform model, single simulation, result measurement, or solving the Max-Cut problem.
How to contact us
Thanks for your interest in the project! If you have a question or want to discuss something, feel free to send an email to Peixiang Li, Dongyang Wang, or to Junjie Wu.
How to cite
When using pycim simulator for research projects, please cite:
Li, P., Cheng, H., Liu, Y., Wang, D., Wu, J. (2024). PyCIM: A Python Framework for the Dynamics of Coherent Ising Machine. In: Huang, DS., Zhang, C., Guo, J. (eds) Advanced Intelligent Computing Technology and Applications. ICIC 2024. Lecture Notes in Computer Science, vol 14871. Springer, Singapore. https://doi.org/10.1007/978-981-97-5609-4_15
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycim_simulator-0.1.4.tar.gz.
File metadata
- Download URL: pycim_simulator-0.1.4.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1642fbc7e3a7d17a850f762006966aeeaf889e958b74a97d91d9cc5f2bfeea10
|
|
| MD5 |
b434cf889aab95b194efc804698b13b5
|
|
| BLAKE2b-256 |
07307904480b28ec42dfdbdba08ce29718d2ac45c73ae9ec38343b4432fc7aa1
|
File details
Details for the file pycim_simulator-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pycim_simulator-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c81d5d4277ed5a241a113b1957346b2a949bd09023b87269d9be688c97e2c303
|
|
| MD5 |
9548474ea424d1655d82d652c9328744
|
|
| BLAKE2b-256 |
ce4508be036d8c37245d01f0861b1be0ab89459a2e4d488f513871f5771e9bba
|