-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
173 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
hps_urry | ||
HPS | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:maxdepth: 2 | ||
|
||
hps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Hydropathy Scale-Urryl (hps-urry) are representations of protein systems based on simplifications made over classical Molecular Dynamics (MD) force fields. | ||
Hydropathy Scale are the model of protein systems based on simplifications made over classical Molecular Dynamics (MD) force fields. | ||
|
||
The hps-urry model is a Python library that offers flexibility to set up coarse-grained simulation of IDP using the MD framework of OpenMM toolkit. | ||
The codebase is based on hps-urry. | ||
It automates the creation of openmm.system classes that contain the necessary force field parameters to run molecular dynamics simulations using a protein structure as the only necessary inputs. | ||
The hps model is a Python library that offers flexibility to set up coarse-grained simulation of IDP using the MD framework of OpenMM toolkit. | ||
The codebase is based on sbmOpenMM scripts. | ||
It automates the creation of :code:`openmm.system` classes that contain the necessary force field parameters to run molecular dynamics simulations using a protein structure as the only necessary inputs. | ||
|
||
hps-urry is divided in three main classes: | ||
hps is divided in three main classes: | ||
|
||
1. geometry | ||
2. models | ||
3. system | ||
1. :code:`geometry` | ||
2. :code:`models` | ||
3. :code:`system` | ||
|
||
The first class, geometry, contains methods to calculate the geometrical parameters from the input structures. | ||
The first class, :code:`geometry`, contains methods to calculate the geometrical parameters from the input structures. | ||
It's not useful in current need of simulation method. | ||
The second class, models, allows to easily set up CG models. | ||
The third class, system, is the main class that holds all the methods to define, modify and create CG system to be simulated with OpenMM. | ||
The second class, :code:`models`, allows to easily set up CG models. | ||
The third class, :code:`system`, is the main class that holds all the methods to define, modify and create CG system to be simulated with OpenMM. | ||
|
||
The library is open-source and offers flexibility to simulate IDPs. | ||
We test on RTX 2060 with the timestep of 30fs, we can get upto :math:`80\mu s/day`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.