-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to offset charge/mass, save charge/mass to variables (#1077)
* Add test of changing charge * Add 'by' keyword for change charge/mass * Add change charge/mass by tests * 6.25.1. Revision bump for adding 'change {mass|charge} by' * Add charge and mass to 'set inmask' * Allow string vars to be written to dat files for easier debug/check * Add set charge/mass test * Fix help text * Update manual
- Loading branch information
Showing
13 changed files
with
221 additions
and
26 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#Atom Name #Res Name #Mol Type Charge Mass GBradius El rVDW eVDW | ||
1 N 1 ALA 1 N3 -0.8586 15.0100 1.5500 N 1.8240 0.1700 | ||
2 H1 1 ALA 1 H -0.8003 2.0080 1.3000 H 0.6000 0.0157 | ||
3 H2 1 ALA 1 H -0.8003 2.0080 1.3000 H 0.6000 0.0157 | ||
4 H3 1 ALA 1 H -0.8003 2.0080 1.3000 H 0.6000 0.0157 | ||
5 CA 1 ALA 1 CX -0.9038 13.0100 1.7000 C 1.9080 0.1094 | ||
6 HA 1 ALA 1 HP -0.9111 2.0080 1.3000 H 1.1000 0.0157 | ||
7 CB 1 ALA 1 CT -1.0597 13.0100 1.7000 C 1.9080 0.1094 | ||
8 HB1 1 ALA 1 HC -0.9700 2.0080 1.3000 H 1.4870 0.0157 | ||
9 HB2 1 ALA 1 HC -0.9700 2.0080 1.3000 H 1.4870 0.0157 | ||
10 HB3 1 ALA 1 HC -0.9700 2.0080 1.3000 H 1.4870 0.0157 | ||
11 C 1 ALA 1 C -0.3837 13.0100 1.7000 C 1.9080 0.0860 | ||
12 O 1 ALA 1 O -1.5722 17.0000 1.5000 O 1.6612 0.2100 |
Oops, something went wrong.