Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QuantumUtils/quantum-utils-mathematica
QuantumUtils for Mathematica is a software library for quantum information scientists.
https://github.com/QuantumUtils/quantum-utils-mathematica
Last synced: about 2 months ago
JSON representation
QuantumUtils for Mathematica is a software library for quantum information scientists.
- Host: GitHub
- URL: https://github.com/QuantumUtils/quantum-utils-mathematica
- Owner: QuantumUtils
- License: other
- Created: 2015-02-19T17:58:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T15:57:25.000Z (over 6 years ago)
- Last Synced: 2024-08-02T09:24:30.341Z (5 months ago)
- Language: Mathematica
- Homepage:
- Size: 9.75 MB
- Stars: 76
- Watchers: 15
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- quantum-awesome - https://github.com/QuantumUtils/quantum-utils-mathematica
- awesome-wolfram-language - QuantumUtils
README
# QuantumUtils for Mathematica
QuantumUtils for Mathematica is a software library for quantum information scientists. Features include:
- Multi-partite tensor manipulations
- Quantum system modelling including qudits, circuits, spins, and cavities
- Symbolic Lie algebra simplification for spin and cavity systems
- Quantum channels in multiple representations
- Numerical and symbolic simulators for open and closed quantum system evolution
- An implementation of GRadient Ascent Pulse Engineering including distortions
- Perturbative expansion tools such as the Magnus series, the Zassenhaus formula, and matrix power series
- Visualization functions for displaying matrices, quantum states, data etc.## Requirements
QuantumUtils officially requires Mathematica 10.0.0 or newer. Most features should work with Mathematica 9, and full compatibility with Mathematica 9 will be added in the future. Older versions of Mathematica are not supported.
## Installation
Once this repository is cloned onto your computer, open the *Install.nb* notebook in Mathematica and follow instructions there (basically just *Evaluation -> Evaluate Notebook*).
The installation places and/or symlinks files in your *`$UserBaseDirectory`/Applications* folder.
QuantumUtils includes a suite of unit tests to check if the installed packages are running correctly. After installation these tests can be accesed from the package `QUTesting` by running the commands:
Needs["QUTesting`"];
RunAllTests[]
## Using QuantumUtils for MathematicaPackages from the QuantumUtils for Mathematica library can be loaded by invoking the `Needs` function, for example:
Needs["QuantumChannel`"];
All packages provided by QuantumUtils for Mathematica can be loaded simultaneously by needsing QuantumUtils`:Needs["QuantumUtils`"]
## Documentation**It is highly recommended that the icon for opening/closing cell groups be enabled. This makes it easy to expand and contract sections in the documentation notebooks. This option can be found in the Interface tab of the Preferences window (Edit>Preferences in Windows/Linux, Mathematica>Preferences in MacOS).**
Documentation is stored as *.nb* notebooks in the *doc* folder. The documentation index can be opened from within Mathematica at any time by evaluating:
<