Skip to content

Commit

Permalink
Merge ede56b1 into b46cee9
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Jan 26, 2022
2 parents b46cee9 + ede56b1 commit 6cd9788
Show file tree
Hide file tree
Showing 11 changed files with 369 additions and 272 deletions.
2 changes: 1 addition & 1 deletion doc/source/apidoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ qutip\_qip package
:maxdepth: 1


Operator-level simulation
Gate-level simulation
-------------------------
Simulation based on operator-state multiplication.

Expand Down
7 changes: 7 additions & 0 deletions doc/source/bibliography.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
************
Bibliography
************

.. bibliography::
:cited:
:style: unsrt
15 changes: 14 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def qutip_qip_version():
'sphinx.ext.viewcode',
'sphinx.ext.ifconfig',
'sphinx.ext.napoleon',
'sphinxcontrib.bibtex',
'sphinx.ext.intersphinx',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -171,4 +173,15 @@ def qutip_qip_version():
# attention that some api docs files are adjusted manually for better illustration
# and should not be overwritten.
# autosummary_generate = True
autosummary_imported_members = True
autosummary_imported_members = True

# -- Options for biblatex ---------------------------------------

bibtex_bibfiles = ['references.bib']
bibtex_default_style = 'unsrt'

# -- Options for intersphinx ---------------------------------------

intersphinx_mapping = {
'qutip': ('https://qutip.org/docs/latest/', None),
}
Binary file added doc/source/figures/illustration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/source/figures/illustration.png
Binary file not shown.
Binary file added doc/source/figures/structure.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/source/figures/workflow.png
Binary file not shown.
5 changes: 5 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ qutip-qip |version|: QuTiP quantum information processing

apidoc.rst

.. toctree::
:caption: Bibliography

bibliography.rst

Indices and tables
==================

Expand Down
551 changes: 284 additions & 267 deletions doc/source/qip-processor.rst

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/source/qip-simulator.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _qip_simulator:

*********************************
Operator-level circuit simulation
*********************************
*****************************
Gate-level circuit simulation
*****************************

Run a quantum circuit
=====================
Expand Down
55 changes: 55 additions & 0 deletions doc/source/references.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@article{Li2022pulselevelnoisy,
doi = {10.22331/q-2022-01-24-630},
url = {https://doi.org/10.22331/q-2022-01-24-630},
title = {Pulse-level noisy quantum circuits with {Q}u{T}i{P}},
author = {Li, Boxi and Ahmed, Shahnawaz and Saraogi, Sidhant and Lambert, Neill and Nori, Franco and Pitchford, Alexander and Shammah, Nathan},
journal = {{Quantum}},
issn = {2521-327X},
publisher = {{Verein zur F{\"{o}}rderung des Open Access Publizierens in den Quantenwissenschaften}},
volume = {6},
pages = {630},
month = jan,
year = {2022}
}
@article{magesan2020effective,
title={Effective Hamiltonian models of the cross-resonance gate},
author={Magesan, Easwar and Gambetta, Jay M},
journal={Physical Review A},
volume={101},
number={5},
pages={052308},
year={2020},
publisher={APS}
}
@article{blais2021circuit,
title={Circuit quantum electrodynamics},
author={Blais, Alexandre and Grimsmo, Arne L and Girvin, SM and Wallraff, Andreas},
journal={Reviews of Modern Physics},
volume={93},
number={2},
pages={025005},
year={2021},
publisher={APS}
}
@article{mundada2019suppression,
title={Suppression of qubit crosstalk in a tunable coupling superconducting circuit},
author={Mundada, Pranav and Zhang, Gengyan and Hazard, Thomas and Houck, Andrew},
journal={Physical Review Applied},
volume={12},
number={5},
pages={054023},
year={2019},
publisher={APS}
}
@book{breuer2002theory,
title={The theory of open quantum systems},
author={Breuer, Heinz-Peter and Petruccione, Francesco and others},
year={2002},
publisher={Oxford University Press on Demand}
}
@article{lidar2019lecture,
title={Lecture notes on the theory of open quantum systems},
author={Lidar, Daniel A},
journal={arXiv preprint arXiv:1902.00967},
year={2019}
}

0 comments on commit 6cd9788

Please sign in to comment.