Skip to content

Commit

Permalink
Added reference to localization program.
Browse files Browse the repository at this point in the history
  • Loading branch information
jussilehtola committed Dec 13, 2013
1 parent a392e80 commit 3af72ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/localize.cpp
Expand Up @@ -419,6 +419,11 @@ int main(int argc, char **argv) {
set.parse(argv[1]);
set.print();

printf("Please read and cite the reference:\n%s\n%s\n%s\n\n", \
"S. Lehtola and H. Jónsson", \
"Unitary optimization of localized molecular orbitals", \
"J. Chem. Theory Comput. 9 (2013), pp. 5365 - 5372.");

std::string logfile=set.get_string("Logfile");
bool virt=set.get_bool("Virtual");
int seed=set.get_int("Seed");
Expand Down

0 comments on commit 3af72ad

Please sign in to comment.