Releases: tqsd/QuNetSim
Releases · tqsd/QuNetSim
0.1.0.post6
Adds 2 qubit control gate
0.1.0.post5
Merge pull request #49 from tqsd/docs-update Update docs
0.1.0.post4
Small fixes with classical messages
0.1.0.post2
In this release, we restructure the QuNetSim source files and modify how things are imported.
Earlier, imports were, for example, from components.host import Host
, now they are from qunetsim.components import Host
.
This restructure allows for easier integration with other libraries, so it's more clear where imports are coming from.
0.1.0: Merge pull request #37 from tqsd/code-restructure
Code restructure
Added custom gates for qubits
Merge pull request #32 from tqsd/custom_gates_on_qubits Adds custom gate logic to the qubits
0.0.12
0.0.10
0.0.5
Add __init__ file to the root so things can be imported