Skip to content

Commit

Permalink
get rid of openmm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie committed Jun 24, 2024
1 parent 6d131e3 commit 001842e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mdsapt/repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

from typing import Set, Union


import logging

import numpy as np
Expand All @@ -33,9 +34,10 @@
from rdkit import Chem

from pdbfixer import PDBFixer
from simtk.openmm.app import PDBFile

logger = logging.getLogger('mdsapt.optimizer')
from openmm.app import PDBFile

logger = logging.getLogger('mdsapt.repair')


def get_spin_multiplicity(molecule: Chem.Mol) -> int:
Expand Down

0 comments on commit 001842e

Please sign in to comment.