-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from open-forcefield-group/constraints
Initial support for bond constraints
- Loading branch information
Showing
8 changed files
with
11,030 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Solvated systems here were built using SolvationToolkit (github.com/mobleylab/solvationtoolkit) version 0.41 and 0.42 (equivalent except for DOI assignment for the latter), except as noted. | ||
|
||
Because of a bug in handling of insertion of CONECT entries in SolvationToolkit/openmoltools for systems containing water, water boxes were generated by taking GROMACS coordinate/topology files for solvated cyclohexane ('mobley_2689721') and ethanol ('mobley_2310185') from FreeSolv 0.5 and converting to PDB format via OpenMM 7.1 (reading via GromacsGroFile and GromacsTopFile and writing via PDBFile). |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@<TRIPOS>MOLECULE | ||
ZZU | ||
3 2 1 0 1 | ||
SMALL | ||
USER_CHARGES | ||
@<TRIPOS>ATOM | ||
1 O1 -0.2950 -0.2180 0.1540 oh 1 ZZU -0.785000 | ||
2 H1 -0.0170 0.6750 0.4080 ho 1 ZZU 0.392500 | ||
3 H2 0.3120 -0.4570 -0.5630 ho 1 ZZU 0.392500 | ||
@<TRIPOS>BOND | ||
1 1 2 1 | ||
2 1 3 1 | ||
@<TRIPOS>SUBSTRUCTURE | ||
1 ZZU 1 RESIDUE 0 **** ROOT 0 |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
water | ||
-OEChem-03221709533D | ||
|
||
3 2 0 0 0 0 0 0 0999 V2000 | ||
-0.2950 -0.2180 0.1540 O 0 0 0 0 0 0 0 0 0 0 0 0 | ||
-0.0170 0.6750 0.4080 H 0 0 0 0 0 0 0 0 0 0 0 0 | ||
0.3120 -0.4570 -0.5630 H 0 0 0 0 0 0 0 0 0 0 0 0 | ||
1 2 1 0 0 0 0 | ||
1 3 1 0 0 0 0 | ||
M END | ||
> <partial_charges> | ||
-0.7850000262260437 | ||
0.39250001311302185 | ||
0.39250001311302185 | ||
|
||
|
||
> <partial_bond_orders> | ||
1.0 | ||
1.0 | ||
|
||
|
||
> <atom_types> | ||
oh | ||
ho | ||
ho | ||
|
||
|
||
$$$$ |
5,524 changes: 5,524 additions & 0 deletions
5,524
smarty/data/systems/packmol_boxes/cyclohexane_water.pdb
Large diffs are not rendered by default.
Oops, something went wrong.
5,174 changes: 5,174 additions & 0 deletions
5,174
smarty/data/systems/packmol_boxes/ethanol_water.pdb
Large diffs are not rendered by default.
Oops, something went wrong.
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.