forked from noinil/genesis_cg_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor fix: remove "./top/" directory from the topology file.
- Loading branch information
Showing
16 changed files
with
728 additions
and
1,037 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
; common interaction parameters for CG models | ||
#include "./param/atom_types.itp" | ||
; AICG2+ flexible local angle parameters | ||
#include "./param/flexible_local_angle.itp" | ||
; AICG2+ flexible local dihedral parameters | ||
#include "./param/flexible_local_dihedral.itp" | ||
; residue-residue potential parameters (Miyazawa-Jernigan-1996-JMB) | ||
#include "./param/pair_energy_MJ_96.itp" | ||
|
||
; Molecule topology | ||
#include "DNA_test_cg.itp" | ||
|
||
[ system ] | ||
DNA_test_cg | ||
|
||
[ molecules ] | ||
DNA_test_cg 1 | ||
|
||
; [ cg_ele_chain_pairs ] | ||
; ON 1 - 2 : 3 - 4 | ||
; OFF 1 - 1 : 3 - 3 | ||
; OFF 1 - 1 | ||
|
||
; [ pwmcos_chain_pairs ] | ||
; ON 1 - 2 : 3 - 4 | ||
; OFF 1 - 1 : 3 - 3 | ||
; OFF 2 - 3 | ||
|
||
; [ pwmcosns_chain_pairs ] | ||
; ON 1 - 2 : 3 - 4 | ||
; OFF 1 - 1 : 3 - 3 | ||
; OFF 2 - 3 | ||
|
||
; [ cg_KH_chain_pairs ] | ||
; A 1 - 2 : 3 - 4 | ||
; OFF 1 - 1 : 3 - 3 | ||
; OFF 2 - 3 | ||
|
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
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
Oops, something went wrong.