Skip to content

Commit

Permalink
Merge pull request #775 from prckent/update_citation
Browse files Browse the repository at this point in the history
Update citation
  • Loading branch information
ye-luo authored Apr 19, 2018
2 parents 454c7a0 + 034304d commit e6af7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCApp/QMCMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ QMCMain::QMCMain(Communicate* c)
<< QMCPACK_VERSION_MAJOR << "." << QMCPACK_VERSION_MINOR << "." << QMCPACK_VERSION_PATCH << " \n\n"
<< " (c) Copyright 2003- QMCPACK developers\n\n"
<< " Please cite:\n"
<< " J. Kim et al. J. Phys. Cond. Mat. (2018)\n"
<< " J. Kim et al. J. Phys. Cond. Mat. 30 195901 (2018)\n"
<< " https://doi.org/10.1088/1361-648X/aab9c3\n";
qmc_common.print_git_info_if_present(app_summary());
app_summary() << "=====================================================\n";
Expand Down
1 change: 1 addition & 0 deletions src/qmc_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void QMCState::print_memory_change(const std::string& who, size_t before)
void QMCState::print_git_info_if_present(std::ostream& os)
{
#ifdef QMCPACK_GIT_BRANCH
os << std::endl;
os << " Git branch: " << QMCPACK_GIT_BRANCH << std::endl;
os << " Last git commit: " << QMCPACK_GIT_HASH << std::endl;
os << " Last git commit date: " << QMCPACK_GIT_COMMIT_LAST_CHANGED << std::endl;
Expand Down

0 comments on commit e6af7be

Please sign in to comment.