File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ def load_energy(self, zpe_scale_factor=1.):
351351 # Keyword in Gaussian G4MP2(SP), No zero-point or thermal energies are included.
352352 e_elect = float (line .split ()[2 ]) * constants .E_h * constants .Na
353353
354-
355354 # Read the ZPE from the "E(ZPE)=" line, as this is the scaled version.
356355 # Gaussian defines the following as
357356 # E (0 K) = Elec + E(ZPE),
@@ -376,21 +375,12 @@ def load_energy(self, zpe_scale_factor=1.):
376375 elect_energy_source = 'HF'
377376 except ValueError :
378377 pass
379- < << << << HEAD
380- == == == =
381- << << << < HEAD
382378 elif 'Energy=' in line :
383379 # for xtb
384380 e_elect = float (line .split ()[1 ]) * constants .E_h * constants .Na
385- == == == =
386- << << << < HEAD
387- == == == =
388381 elif 'Energy=' in line :
389382 # for xtb
390383 e_elect = float (line .split ()[1 ]) * constants .E_h * constants .Na
391- >> >> >> > 9 de7bbb55 (squashed )
392- > >> >> >> e28081cdf (try to squash )
393- > >> >> >> 40 ec25438 (squash )
394384 # Read the next line in the file
395385 line = f .readline ()
396386
You can’t perform that action at this time.
0 commit comments