Add your description here
Project description
SuperSpinsim
Documentation - PyPI - Poster
A general, GPU-based simulator, optimised for time-dependent spin systems. We were motivated by the ability to quickly simulate highly time-dependent quantum sensing protocols for the seven-level spin and optical model of the nitrogen-vacancy (NV) colour centre in diamond. However, the dynamics of general atomic and defect systems are able to be simulated as well.
A simulated NV contrast experiment (fully-rendered microwave pulse):
A simulated NV optically-detected magnetic resonance (ODMR) sweep (fully-rendered microwave frequency sweep, and fully simulated optical dynamics):
Project status
SuperSpinsim is a work-in-progress.
The simulator is currently functional. There may still be some edge cases that cause errors; please let us know here if any are found.
There are a few features related to efficient representation of states/processes that we want to add which are not fully-implemented yet:
- Compressed, equivalence class representations of systems which have subspaces
of states unaffected by the equations of motion.
- Experimental feature; implemented but not fully tested.
- Efficient calculation of purely unitary dynamics.
We will submit a manuscript for review when the above are implemented.
There are some further features which are thinking about adding, possibly after the manuscript is submitted:
- Support to split the problem over multiple GPUs, rather than just one.
- Support for running the algorithm on (SIMD operations on) a CPU.
Installation
SuperSpinsim is built on top of number.cuda, which means it has similar system requirements:
- An Nvidia GPU capable of cuda.
- Meaning AMD, Apple, and Intel GPUs are not currently supported.
- Official Nvidia graphics drivers.
- The Nvidia cuda toolkit
- An installer can be downloaded directly, or it can be installed from a package manager like conda or pacman.
- Python versions 3.11 to 3.13 only.
- Meaning python version 3.14 is not currently supported.
If all of these are satisfied, then SuperSpinsim can be installed from the Python Package Index (PyPI),
uv add superspinsim # If using the uv package manager
pip install superspinsim # If using the pip package manager
From source
SuperSpinsim can be built from source using the uv package manager.
git clone https://github.com/monashNV/superspinsim.git
cd superspinsim
uv build
SuperSpinsim can also be installed into another project without being built using the uv package manager.
mkdir other-project
git clone https://github.com/monashNV/superspinsim.git
cd other-project
uv init
uv add ../superspinsim
Version log
0.3.0
Public release.
0.2.0
Implementing equivalence classes.
0.1.1
Fixed bug in undefined zfs_generator in generate_generators.
0.1.0
First usable; private.
Project details
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 superspinsim-0.3.0.tar.gz.
File metadata
- Download URL: superspinsim-0.3.0.tar.gz
- Upload date:
- Size: 39.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d2177bf3e59e8c82a0cbdcd1f9a13054cd77fa1905e227e6d4a2ae837d913d9
|
|
| MD5 |
ab0370c70b7c81bbc59e1fc7196212df
|
|
| BLAKE2b-256 |
48cc597c25fa743834ee015ee67512241c4b7156651b69bc43fe29978fdc09f6
|
File details
Details for the file superspinsim-0.3.0-py3-none-any.whl.
File metadata
- Download URL: superspinsim-0.3.0-py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74e31c224a2d6fc0143cacbbe694aaf95c844ee34552d6709a9a949931368bb9
|
|
| MD5 |
7af92c75881c09cd52ba325d7e3f1344
|
|
| BLAKE2b-256 |
e6bfc1419547964d394aab2cf33ee413216adcf214968fee84a27be9a17172e8
|