Qutip-qip

Latest version: v0.4.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

This release includes a revision of the documentation and adds more code examples in the API docstrings.

Bug Fixes
----------
- Remove the check on the initial state dimension in `QubitCircuit` (https://github.com/qutip/qutip-qip/pull/127)

Improvements
------------
- Rewrite the documentation for the pulse-level simulation. (https://github.com/qutip/qutip-qip/pull/121)
- Add more code examples in the docstrings. (https://github.com/qutip/qutip-qip/pull/126)

0.2.0

This release adds a few new features to the pulse-level simulator.

Improvements
------------
- **MAJOR** Add the `Model` class that represents the physical model including hardware parameters, control and drift Hamiltonians and noise objects. (https://github.com/qutip/qutip-qip/pull/105)
- Separate the gate definition from the QubitCircuit.propagators method (https://github.com/qutip/qutip-qip/pull/83)
- Support different pulse shapes. (https://github.com/qutip/qutip-qip/pull/85)
- Use autosummary to generate a summary of API docs. (https://github.com/qutip/qutip-qip/pull/103)
- Improve the scheduling algorithm. (https://github.com/qutip/qutip-qip/pull/105)

Compatibility Note
-----------------
The behaviour of ``Processor.pulses`` changes significantly from version 0.1 to version 0.2. In 0.1, if no control coefficients are added, `pulses` contains a list of partially initialized `Pulse` objects. They include control Hamiltonians but have no coefficients or tlist. This behaviour has changed. From 0.2, the list only includes controls that have non-trivial dynamics. To inspect the available control Hamiltonians, please use `Processor.get_control` and `Processor.get_control_labels`.

0.1.2

This micro release adds more thorough documentation for the project and fixes a few bugs in `QubitCircuit` and `Processor`.

PRs collected [here](https://github.com/qutip/qutip-qip/milestone/4?closed=1).

Improvements
------------
- Efficient Hadamard transform. (https://github.com/qutip/qutip-qip/pull/103)
- Make circuit latex code accessible in `QubitCircuit`. (https://github.com/qutip/qutip-qip/pull/108)


Bug Fixes
----------
- Fix the leaking noise objects in `Processor`. (https://github.com/qutip/qutip-qip/pull/89)
- Fix a bug in time-dependent collapse operators in `Processor`. (https://github.com/qutip/qutip-qip/pull/107)

0.1.1

This micro release adds more thorough documentation for the project and fixes a few bugs in `QubitCircuit` and `Processor`.

PRs collected [here](https://github.com/qutip/qutip-qip/milestone/2?closed=1).

Improvements
------------
- Improve the documentation.
- Workflows for releases and automatically building the docs with migrated from `qutip`. (https://github.com/qutip/qutip-qip/pull/49, https://github.com/qutip/qutip-qip/pull/78)
- The part of tex code taken from circuit is removed due to licence issue. Instead, the latex code now requires the user to install `qcircuit` in advance. (https://github.com/qutip/qutip-qip/pull/61)
- Rename `Noise.get_noisy_dynamics` with `Noise.get_noisy_pulses`. The new name is more appropriate because it returns a list of `Pulse`, not a ``QobjEvo``. The old API is deprecated. (https://github.com/qutip/qutip-qip/pull/76)
- Add more thorough documentation for installing external dependencies for circuit plotting. (https://github.com/qutip/qutip-qip/pull/65)

Bug Fixes
----------
- Add the missing drift Hamiltonian to the method `run_analytically` of `Processor`. It was missing because only the control part of the Hamiltonian is added. (https://github.com/qutip/qutip-qip/pull/74)
- Fix a few bugs in `QubitCircuit`: Make `QubitCircuit.propagators_no_expand` private. It will be removed and replaced by `QubitCircuit.propagators`. The attributes `QubitCircuit.U_list` is also removed. (https://github.com/qutip/qutip-qip/pull/66)

Developer Changes
-------------
- Documentation is moved from `/docs` to `/doc`. (https://github.com/qutip/qutip-qip/pull/49)

0.1.0

This is the first release of qutip-qip, the Quantum Information Processing package in QuTiP.

The qutip-qip package used to be a module ``qutip.qip`` under [QuTiP (Quantum Toolbox in Python)](http://qutip.org/index.html). From QuTiP 5.0, the community has decided to decrease the size of the core QuTiP package by reducing the external dependencies, in order to simplify maintenance. Hence a few modules are separated from the core QuTiP and will become QuTiP family packages. They are still maintained by the QuTiP team but hosted under different repositories in the [QuTiP organization](https://github.com/qutip).

The qutip-qip package, QuTiP quantum information processing, aims at providing basic tools for quantum computing simulation both for simple quantum algorithm design and for experimental realization. Compared to other libraries for quantum information processing, qutip-qip puts additional emphasis on the physics layer and the interaction with the QuTiP package. The package offers two different approaches for simulating quantum circuits, one with `QubitCircuit` calculating unitary evolution under quantum gates by matrix product, another called `Processor` using open system solvers in QuTiP to simulate the execution of quantum circuits on a noisy quantum device.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.