https://github.com/qucat/qucat
Quantum Circuit Analyzer Tool
https://github.com/qucat/qucat
circuit circuit-analysis circuit-simulation quantum quantum-mechanics
Last synced: 7 months ago
JSON representation
Quantum Circuit Analyzer Tool
- Host: GitHub
- URL: https://github.com/qucat/qucat
- Owner: qucat
- License: mit
- Created: 2018-11-08T12:39:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T14:34:34.000Z (8 months ago)
- Last Synced: 2024-11-05T15:30:47.704Z (8 months ago)
- Topics: circuit, circuit-analysis, circuit-simulation, quantum, quantum-mechanics
- Language: HTML
- Homepage: https://qucat.org/
- Size: 16.9 MB
- Stars: 50
- Watchers: 4
- Forks: 19
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QuCAT: Quantum Circuit Analyzer Tool in Python
==============================================Maintained by [Mario Gely](https://github.com/mgely)
QuCAT stands for Quantum Circuit Analyzer Tool. This open source python library provides standard analysis tools for superconducting electronic circuits, built around Josephson junctions.
QuCAT features an intuitive graphical or programmatical interface to create circuits, the ability to compute their Hamiltonian, and a set of complimentary functionalities such as calculating dissipation rates or visualizing current flows in the circuit. QuCAT currently supports quantization in the basis of normal modes.
**If you find QuCAT useful, please consider citing it in your publications, see: https://qucat.org/citing.html.**
If you have questions concerning the usage or installation of QuCAT, please ask questions on [our forum](https://groups.google.com/forum/#!forum/qucat).
Installation
------------[](https://pepy.tech/project/qucat)
The recommended way to install qucat is via pip by opening a terminal and running ``pip install qucat``, more information [here](https://qucat.org/installation.html).
Documentation
------------------Visit https://qucat.org/ for all information about installation, a documented lists of functions, tutorials and more.
Tutorials
---------A selection of tutorials is available [here](https://qucat.org/tutorials/tutorials.html).
Build status and test coverage
------------------------------Master branch:
[](https://github.com/qucat/qucat/actions)
[](https://codecov.io/gh/qucat/qucat)Contribute
----------You are most welcome to contribute to QuCAT development by forking this
repository and sending pull requests.Filing bug reports, proposing changes or additional features can be done on our
[issues page](https://github.com/qucat/qucat/issues/new/choose)You can also contact Mario at [email protected]