LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
Loading...
Searching...
No Matches
Variables
center_molecule Namespace Reference

Variables

 model_name = sys.argv[1]
 
 selection = sys.argv[2]
 
 model = createSystem(model_name)
 
 subset = selectAtoms(model, selection)
 
 center = GCoord(0,0,0)
 
 pdb = PDB.fromAtomicGroup(model)
 

Detailed Description

  Center an entire model based on a selection.