Skip to content
Open
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: 1 addition & 1 deletion fastlogfileparser/gaussian/utils/regexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"zpe_per_atom": r"ZeroPoint=(-?\d+.\d+)", # per atom basis in Gaussian (Hartree/Particle)
"wavefunction_energy": r"[CBSQB3|MP2|G4|G3|G2|CCSD|CCSD\(T\)]=(-?\d+.\d+)",
"recovered_energy": r" Recovered energy=\s+(-?\d+.\d+)",
"scf": r"(?<! >>>>>>>>>> Convergence criterion not met\.\n) SCF Done: E\(.*\) = -?(\d+\.\d+)",
"scf": r"(?<! >>>>>>>>>> Convergence criterion not met\.\n) SCF Done: E\(.*\) = (-?\d+\.\d+)",
"frequencies": r" Frequencies --\s+(-?\d+.\d+)\s+(-?\d+.\d+)\s+(-?\d+.\d+)",
"std_forces": (
r" Forces in standard orientation:\n"
Expand Down
Loading