Skip to content

Commit

Permalink
remove unused code in DiracParser
Browse files Browse the repository at this point in the history
  • Loading branch information
camelto2 committed Oct 4, 2021
1 parent 0983b0a commit ee35c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QMCTools/DiracParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ void DiracParser::getCOSCI(std::istream& is)
ci_coeffs.push_back(std::stod(currentWords[3]));
std::string tmp = core_occstr + currentWords[1] + virt_occstr;
ci_occs.push_back(tmp);
std::reverse(tmp.begin(), tmp.end());
}
}
//finished reading CI coeffs for state
Expand Down

0 comments on commit ee35c16

Please sign in to comment.