Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.13 KB

01_overview.rst

File metadata and controls

34 lines (21 loc) · 1.13 KB

Citing the Krotov Package

Attention

Please cite the krotov package as

  • M. H. Goerz et al., Krotov: A Python implementation of Krotov's method for quantum optimal control, arXiv:1902.11284 (2019)

You can also print this from krotov.__citation__:

>>> print(krotov.__citation__) M. H. Goerz et al., Krotov: A Python implementation of Krotov's method for quantum optimal control, arXiv:1902.11284 (2019)

The corresponding BibTeX entry is available in krotov.__bibtex__:

>>> print(krotov.__bibtex__) @article{arxiv1902.11284, author = {Michael H. Goerz and Daniel Basilewitsch and Fernando Gago-Encinas and Matthias G. Krauss and Karl P. Horn and Daniel M. Reich and Christiane P. Koch}, title = {Krotov: A {Python} implementation of {Krotov's} method for quantum optimal control}, year = {2019}, journal = {arXiv:1902.11284}, }