qutip-qip
qutip-qip copied to clipboard
The QuTiP quantum information processing package
Use different combinations of decomposition to rotation matrices to create different combinations for ABC decomposition.
## Matplotlib based Circuit Rendering Module #### GSOC'24 Project - QuTiP: Enhanced Quantum Circuit Diagrams | Phase#1 Draft PR #### Major Task Outline - [x] Single Qubit Gate Rendering -...
### Bug Description Generating an QobjEvo object has no attribute tlist. This results in an error for the example code [here](https://qutip-qip.readthedocs.io/en/stable/qip-processor.html#control-noise). A minimal example for reproducing this error is provided....
hello, I have a question in https://qutip-qip.readthedocs.io/en/latest/qip-simulator.html. from qutip_qip.circuit import QubitCircuit from qutip_qip.operations import ( Gate, controlled_gate, hadamard_transform) def controlled_hadamard(): # Controlled Hadamard return controlled_gate( hadamard_transform(1), controls=0, targets=1, control_value=1) qc...
If a user wants to call `circuit.draw(renderer="latex", file_type="pdf", file_name="circuit")` it fails with `TypeError: TeXRenderer._convert_pdf() takes 1 positional argument but 2 were given` This is because https://github.com/qutip/qutip-qip/blob/7633f6e4dbae7e6931eda800df21d42016df8431/src/qutip_qip/circuit/texrenderer.py#L267C4-L267C33 is called with a...