Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jun 3, 2024
1 parent edd221b commit eaa3b0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xppbe/Model/pbj_utils/pbj_interface.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

from pbj.implicit_solvent.solute import Solute
from pbj.implicit_solvent.simulation import Simulation

class PBJ():

def __init__(self,domain_properties,pqr_path,mesh_density,mesh_generator):

from pbj.implicit_solvent.solute import Solute
from pbj.implicit_solvent.simulation import Simulation

mol_object = Solute(pqr_path, mesh_density=mesh_density, mesh_generator=mesh_generator, save_mesh_build_files=False)
self.simulation = Simulation()
self.simulation.add_solute(mol_object)
Expand Down

0 comments on commit eaa3b0a

Please sign in to comment.