Skip to content

Commit

Permalink
Merge branch 'sam_dev' into atom_mapping_2023
Browse files Browse the repository at this point in the history
  • Loading branch information
samblau committed Nov 3, 2023
2 parents 19b9df9 + f03f1c3 commit 3bdeb29
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 @@ -228,7 +228,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 3bdeb29

Please sign in to comment.