Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.21 KB

01_overview.rst

File metadata and controls

37 lines (24 loc) · 1.21 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, SciPost Phys. 7, 080 (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, SciPost Phys. 7, 080 (2019)

The corresponding BibTeX entry is available in krotov.__bibtex__:

>>> print(krotov.__bibtex__) @article{GoerzSPP2019, 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}, journal={SciPost Phys.}, volume={7}, pages={80}, year={2019}, doi={10.21468/SciPostPhys.7.6.080}, }