Skip to content

Commit 3e75d83

Browse files
committed
Merge branch 'qutip-qip-0.3.X' of https://github.com/BoxiLi/qutip-qip into qutip-qip-0.3.X
2 parents d51a431 + b1afaad commit 3e75d83

File tree

4 files changed

+39
-25
lines changed

4 files changed

+39
-25
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

doc/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
numpy==1.26.4
22
scipy==1.13.1
3-
qutip==5.0.1
3+
qutip==5.0.3.post1
44
qutip-qtrl==0.1.3
5-
cython==0.29.30
6-
sphinx==5.0.2
7-
sphinx_rtd_theme==1.0.0
8-
readthedocs-sphinx-search==0.1.2
9-
numpydoc==1.4.0
10-
matplotlib==3.5.2
11-
docutils==0.17.1
12-
sphinxcontrib-bibtex==2.4.2
5+
cython==3.0.11
6+
sphinx==7.4.7
7+
sphinx_rtd_theme==2.0.0
8+
readthedocs-sphinx-search==0.3.2
9+
numpydoc==1.8.0
10+
matplotlib==3.9.2
11+
docutils==0.20.1
12+
sphinxcontrib-bibtex==2.6.2
1313
pyqir-generator==0.6.2
1414
pyqir-parser==0.6.2
15-
qiskit==0.46.1
16-
qiskit-aer==0.14.0.1
15+
qiskit==0.46.2
16+
qiskit-aer==0.14.2

doc/source/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Changelog
33
*********
44

55

6+
Version 0.3.2 (Sept 3, 2024)
7+
++++++++++++++++++++++++++++
8+
9+
Improvements
10+
------------
11+
- Add RZX gate to the SCQubits model. Fix bugs on the ZX strength. (`#245 <https://github.com/qutip/qutip-qip/pull/245>`_)
12+
- Compile the documentation using qutip v5 (`#246 <https://github.com/qutip/qutip-qip/pull/246>`_)
13+
14+
Bug Fixes
15+
---------
16+
- Add phi parameter to expand_operator call. (`#237 <https://github.com/qutip/qutip-qip/pull/237>`_ by Neill Lambert)
17+
- Fix the warning on MacOS. (`#240 <https://github.com/qutip/qutip-qip/pull/240>`_)
18+
19+
620
Version 0.3.1 (April 21, 2024)
721
++++++++++++++++++++++++++++++
822

doc/source/qip-simulator.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,19 @@ precomputes the product of the unitaries (in between the measurements):
208208
.. testoutput::
209209
:options: +NORMALIZE_WHITESPACE
210210

211-
[Quantum object: dims = [[2, 2, 2], [2, 2, 2]], shape = (8, 8), type = oper, isherm = False
212-
Qobj data =
213-
[[ 0. 0.57735 0. -0.57735 0. 0.40825 0. -0.40825]
214-
[ 0.57735 0. -0.57735 0. 0.40825 0. -0.40825 0. ]
215-
[ 0.57735 0. 0.57735 0. 0.40825 0. 0.40825 0. ]
216-
[ 0. 0.57735 0. 0.57735 0. 0.40825 0. 0.40825]
217-
[ 0.57735 0. 0. 0. -0.8165 0. 0. 0. ]
218-
[ 0. 0.57735 0. 0. 0. -0.8165 0. 0. ]
219-
[ 0. 0. 0.57735 0. 0. 0. -0.8165 0. ]
220-
[ 0. 0. 0. 0.57735 0. 0. 0. -0.8165 ]],
221-
Measurement(M0, target=[0], classical_store=0),
222-
Measurement(M1, target=[1], classical_store=1),
223-
Measurement(M2, target=[2], classical_store=2)]
211+
[Quantum object: dims=[[2, 2, 2], [2, 2, 2]], shape=(8, 8), type='oper', dtype=CSR, isherm=False
212+
Qobj data =
213+
[[ 0. 0.57735 0. -0.57735 0. 0.40825 0. -0.40825]
214+
[ 0.57735 0. -0.57735 0. 0.40825 0. -0.40825 0. ]
215+
[ 0.57735 0. 0.57735 0. 0.40825 0. 0.40825 0. ]
216+
[ 0. 0.57735 0. 0.57735 0. 0.40825 0. 0.40825]
217+
[ 0.57735 0. 0. 0. -0.8165 0. 0. 0. ]
218+
[ 0. 0.57735 0. 0. 0. -0.8165 0. 0. ]
219+
[ 0. 0. 0.57735 0. 0. 0. -0.8165 0. ]
220+
[ 0. 0. 0. 0.57735 0. 0. 0. -0.8165 ]],
221+
Measurement(M0, target=[0], classical_store=0),
222+
Measurement(M1, target=[1], classical_store=1),
223+
Measurement(M2, target=[2], classical_store=2)]
224224

225225

226226
Here, ``sim.ops`` stores all the circuit operations that are going to be applied during

0 commit comments

Comments
 (0)