Load Data
Here’s a code example
import harp
= 'your_molecule.cif'
file_cif = 'your_map.mrc'
file_mrc
= harp.molecule.load(file_cif,False)
mol = harp.density.load(file_map) grid,density
Here’s a code example
import harp
= 'your_molecule.cif'
file_cif = 'your_map.mrc'
file_mrc
= harp.molecule.load(file_cif,False)
mol = harp.density.load(file_map) grid,density