Skip to content

Commit 9b0c254

Browse files
committed
squash
1 parent 78c79c8 commit 9b0c254

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

arkane/ess/gaussian.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
>>>>>>> 9de7bbb55 (squashed)
392-
>>>>>>> e28081cdf (try to squash)
393-
>>>>>>> 40ec25438 (squash)
394384
# Read the next line in the file
395385
line = f.readline()
396386

0 commit comments

Comments
 (0)