Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

Commit

Permalink
[dTRAM/xTRAM] uniform citation at runscript termination
Browse files Browse the repository at this point in the history
  • Loading branch information
cwehmeyer committed Mar 3, 2015
1 parent 1231074 commit b659d95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions bin/dtram.py
Expand Up @@ -192,10 +192,7 @@
print "#\n#################################### THAT'S IT #####################################\n#"
print "#\n# Thank you for using the pytram package!\n#\n#"
print "### CITATION\n#"
print "# Statistically optimal analysis of state-discretized trajectory data"
print "# from multiple thermodynamic states;"
print "# Hao Wu, Antonia S.J.S. Mey, Edina Rosta, and Frank Noe"
print "# J. Chem. Phys. 141, 214106 (2014)"
dtram_obj.cite( pre="# " )
print "#\n####################################################################################\n\n"


Expand Down
8 changes: 5 additions & 3 deletions bin/xtram.py
Expand Up @@ -194,9 +194,11 @@
# say good bye
#
############################################################################
print "#\n###################That's it, now it is time to put the kettle on ##############################\n#"
print "#\n# Thank you for using xtram in the pytram package!\n#\n#"
print "#\n################################################################################################\n\n"
print "#\n#################################### THAT'S IT #####################################\n#"
print "#\n# Thank you for using the pytram package!\n#\n#"
print "### CITATION\n#"
xtram_obj.cite( pre="# " )
print "#\n####################################################################################\n\n"



Expand Down

0 comments on commit b659d95

Please sign in to comment.