Skip to content

Commit

Permalink
back to old pmg, revert dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
samblau committed Nov 3, 2023
1 parent d1eff6d commit f03f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HiPRGen/species_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def add_electron_species(
mol_entries, mol_entries_pickle_location, electron_free_energy
):
e_site = Site(
DummySpecies("E", oxidation_state=None), [0.0, 0.0, 0.0]
DummySpecies("E", oxidation_state=None, properties=None), [0.0, 0.0, 0.0]
)
e_mol = Molecule.from_sites([e_site])
e_mol.set_charge_and_spin(-1, 2)
Expand Down

0 comments on commit f03f1c3

Please sign in to comment.