qutip-qip icon indicating copy to clipboard operation
qutip-qip copied to clipboard

The QuTiP quantum information processing package

Results 25 qutip-qip issues
Sort by recently updated
recently updated
newest added

http://qutip.org/docs/3.1.0/apidoc/functions.html#qutip.qip.gates.controlled_gate The documentation of `controlled_gate()` in the link above only mentions the control operations that one can do. However, this can also implement anti-control operations if `control_value` is set to...

Refactor the gate level `CircuitSimulator` - Avoid expanding all propagators and then applying them one by one. Only expand when applying the unitary. This saves memory and also make it...

adds ionq as a provider for interoperability with qutip-qip ```python from qutip.qip.circuit import QubitCircuit from qutip_qip.ionq import Provider, IonQSimulator # QuTiP Circuit qc = QubitCircuit(N=2) qc.add_gate("H", targets=0) qc.add_gate("CNOT", controls=1, targets=0)...

Hi @BoxiLi I am starting to build new devices and noticed that we have a slightly split file/directory structure for the pulse-level simulation code that could be more modular/compact. In...

``` ========================================================================================== FAILURES =========================================================================================== ________________________________________________________________________________________ test session _________________________________________________________________________________________ cls = , func = , when = 'call' reraise = (, ) @classmethod def from_call( cls, func: "Callable[[], TResult]", when: "Literal['collect',...

Trapped ions need more detailed gate analysis (at the laser pulse level) in open source packages. Adding a TrappedIon ModelProcessor class would make qutip a great place to do detailed...

To provide an example for generating qir from qutip, I have been referring to the [documentations](https://qutip-qip.readthedocs.io/en/latest/qip-simulator.html?highlight=qir#import-and-export-quantum-circuits); However, I encountered some issues. Specifically, it appears that the current version of qutip-qip...

Install texlive and the circuit plotting dependencies in one of the test actions and add a few tests.

good first issue
help wanted