Home | Trees | Indices | Help |
|
---|
|
This script is intended as a component of the BuildGeometry stage from desmond's stage.py. The system_builder executable inserts extra ions based on the charge difference between two FEP ligands, and this script moves those ions from the ion structures to the correct ligand structure and sets the appropriate properties such that the ions will be alchemically mutated along with the ligands.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
|
|||
|
|||
|
|
|||
FEP_FRAGNAME =
|
|||
ST_TYPE =
|
|||
__package__ =
|
|
Reads the structures in the input file, moves the alchemical ions to the base fep ligand block, and writes the new structures to an output file. Read the structures in the input file, move the alchemical ions to the base fep ligand block, and write the new structures to an output file.
|
Given a list of sts, find the base and mutant ligand and the ion st, and move the final ions from the ion block to the base ligand such that the net charge of the ligands are equal. (This allows us to use system_builder to place the ions in solution, and then set up the fep-mapping here). Right now this assumes the necessary number of alchemical ions have been added to the end of the ion block, otherwise it will fail.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:22 2017 | http://epydoc.sourceforge.net |