Project to simulate the interaction between two coupled qubits and study the interaction of non-computational levels using QuTiP.
Clone the repository with
git clone https://github.com/marcogobbo/two-coupled-qubits
Install it in normal mode
pip install .
or if you want to work in developer mode
poetry install .
pre-commit install
Two coupled qubits is licensed under the Apache License 2.0.