Skip to content

Commit bf02c91

Browse files
committed
Update Changelog
1 parent 5a3346d commit bf02c91

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

doc/source/changelog.rst

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
.. _changelog:
2+
3+
**********
4+
Change Log
5+
**********
6+
7+
Version 0.1.2 (Nov 25, 2021)
8+
++++++++++++++++++++++++++++
9+
This micro release adds more thorough documentation for the project and fixes a few bugs in :obj:`.QubitCircuit` and :obj:`.Processor`.
10+
11+
PRs are collected at `https://github.com/qutip/qutip-qip/milestone/4?closed=1 <https://github.com/qutip/qutip-qip/milestone/4?closed=1>`_.
12+
13+
Improvements
14+
------------
15+
- Efficient Hadamard transform. (`#103 <https://github.com/qutip/qutip-qip/pull/103>`_)
16+
- Make circuit latex code accessible in `QubitCircuit`. (`#108 <https://github.com/qutip/qutip-qip/pull/108>`_)
17+
18+
19+
Bug Fixes
20+
----------
21+
- Fix the leaking noise objects in `Processor`. (`#89 <https://github.com/qutip/qutip-qip/pull/89>`_)
22+
- Fix a bug in time-dependent collapse operators in `Processor`. (`#107 <https://github.com/qutip/qutip-qip/pull/107>`_)
23+
24+
25+
Version 0.1.1 (July 28, 2021)
26+
+++++++++++++++++++++++++++++
27+
28+
This micro release adds more thorough documentation for the project and fixes a few bugs in :obj:`.QubitCircuit` and :obj:`.Processor`.
29+
30+
PRs are collected `here <https://github.com/qutip/qutip-qip/milestone/2?closed=1>`_.
31+
32+
Improvements
33+
------------
34+
- Improve the documentation.
35+
- Workflows for releases and automatically building the documentation, migrated from ``qutip``. (`#49 <https://github.com/qutip/qutip-qip/pull/49>`_, `#78 <https://github.com/qutip/qutip-qip/pull/78>`_)
36+
- 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. (`#61 <https://github.com/qutip/qutip-qip/pull/61>`_)
37+
- Rename :obj:`.Noise.get_noisy_dynamics` with :obj:`.Noise.get_noisy_pulses`. The new name is more appropriate because it returns a list of :obj:`.Pulse`, not a ``QobjEvo``. The old API is deprecated. (`#76 <https://github.com/qutip/qutip-qip/pull/76>`_)
38+
- Add more thorough documentation for installing external dependencies for circuit plotting. (`#65 <https://github.com/qutip/qutip-qip/pull/65>`_)
39+
40+
Bug Fixes
41+
---------
42+
- Add the missing drift Hamiltonian to the method :obj:`.Processor.run_analytically`. It was missing because only the control part of the Hamiltonian is added. (`#74 <https://github.com/qutip/qutip-qip/pull/74>`_)
43+
- Fix a few bugs in :obj:`.QubitCircuit`: Make `QubitCircuit.propagators_no_expand` private. It will be removed and replaced by :obj:`.QubitCircuit.propagators`. The attributes :obj:`.QubitCircuit.U_list` is also removed. (`#66 <https://github.com/qutip/qutip-qip/pull/66>`_)
44+
45+
Developer Changes
46+
-----------------
47+
- Documentation is moved from ``/docs`` to ``/doc``. (`#49 <https://github.com/qutip/qutip-qip/pull/49>`_, `#78 <https://github.com/qutip/qutip-qip/pull/78>`_)
48+
49+
50+
Version 0.1.0 (May 14, 2021)
51+
++++++++++++++++++++++++++++
52+
53+
This is the first release of qutip-qip, the Quantum Information Processing package in QuTiP.
54+
55+
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>`_.
56+
57+
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 :obj:`.QubitCircuit` calculating unitary evolution under quantum gates by matrix product, another called :obj:`.Processor` using open system solvers in QuTiP to simulate the execution of quantum circuits on a noisy quantum device.

doc/source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ qutip-qip: QuTiP quantum information processing
3636
contribution-code.rst
3737
contribution-docs.rst
3838

39+
.. toctree::
40+
:maxdepth: 2
41+
:caption: Changelog
42+
43+
changelog.rst
44+
3945
.. toctree::
4046
:maxdepth: 2
4147
:caption: API documentation

0 commit comments

Comments
 (0)