Skip to content

Commit

Permalink
add self.sample_b()
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaflowers committed Apr 23, 2024
1 parent 6bd862e commit 541e8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qfit/qfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ def run(self):

# MIQP score conformer occupancy
logger.info("Solving MIQP within run.")
self.sample_b()
self._convert()
if self.options.ligand_bic:
print("BIC IS ON")
Expand Down

0 comments on commit 541e8dc

Please sign in to comment.