Skip to content

Commit

Permalink
Remove unused molecule fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Jan 11, 2024
1 parent 50e2047 commit 369cd9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qcfractal/qcfractal/components/molecules/socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ def molecule_to_orm(molecule: Molecule) -> MoleculeORM:
mol_dict["identifiers"]["molecule_hash"] = mol_dict["molecule_hash"]
mol_dict["identifiers"]["molecular_formula"] = molecule.get_molecular_formula()

mol_dict["fix_com"] = True
mol_dict["fix_orientation"] = True

return MoleculeORM(**mol_dict)

def add(
Expand Down

0 comments on commit 369cd9f

Please sign in to comment.