Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Please cite the following work when publishing results from PyUNIxMD program:

\I. S. Lee, J.-K. Ha, D. Han, T. I. Kim, S. W. Moon, & S. K. Min. (2021). PyUNIxMD: A Python-based excited state molecular dynamics package. Journal of Computational Chemistry, 42:1755-1766. 2021

\T. I. Kim, J.-K. Ha, & S. K. Min. (2022). Coupled- and independent-trajectory approaches based on the exact factorization using the PyUNIxMD package. Topics in Current Chemistry, 380:153-179. 2022

..
Acknowledgement
---------------------------
Expand Down
5 changes: 5 additions & 0 deletions src/mqc/mqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ def print_init(self, qm, mm, restart):
{" " * 4}PyUNIxMD: A Python-based excited state molecular dynamics package.
{" " * 4}Journal of Computational Chemistry, 42:1755-1766. 2021

{" " * 4}T. I. Kim, J.-K. Ha, & S. K. Min.
{" " * 4}Coupled- and independent-trajectory approaches based on the exact
{" " * 4}factorization using the PyUNIxMD package.
{" " * 4}Topics in Current Chemistry, 380:153-179. 2022

{" " * 4}PyUNIxMD begins on {cur_time}
""")
print (prog_info, flush=True)
Expand Down