Skip to content

Commit bdefb88

Browse files
committed
Pushing changes the usual way
1 parent f71f72b commit bdefb88

6 files changed

Lines changed: 132 additions & 104 deletions

File tree

doc/applied_efp.rst

Lines changed: 128 additions & 100 deletions
Large diffs are not rendered by default.

examples/flex-EFP/Scripts/cut_qm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_specials(lines):
3131
and the atom indexes for which only the polarizable points should be removed.
3232
3333
The function looks for keywords 'erased:' and 'remove:' in the lines.
34-
-make_AAs_V2.py added these comments.
34+
-make_AAs.py added these comments.
3535
3636
Reads:
3737
lines: input file (.inp) lines.

examples/flex-EFP/Scripts/fragment_RMSD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ang_cutoff = 0.20 # Minimum RMSD allowed for a "good" match (in Angstroms)
1919
bohr_cutoff = ang_cutoff * 1.8897259886 # Convert Angstrom cutoff to Bohr
2020

21-
#Add to these if there are more
21+
#Add to these if there are more residue names than are listed
2222
amino_acid_dict = {
2323
'a': 'ala', 'r': 'arg', 'n': 'asn', 'd': 'asp', 'c': 'cys',
2424
'q': 'gln', 'e': 'glu', 'g': 'gly', 'h': 'hip', 'i': 'ile',

examples/flex-EFP/Scripts/make_AAs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Input Files and Command Line Arguments
2727
# ---------------------------
2828
# Get input filenames from command line
29-
# Sample execution: python make_AAs_V2.py efp_pair53004.g96 confout_pair53004.g96 user_defined.txt topol.top
29+
# Sample execution: python make_AAs.py efp_pair53004.g96 confout_pair53004.g96 user_defined.txt topol.top
3030

3131
efp_g96 = sys.argv[1] # EFP file ("efp_pair53004.g96")
3232
full_g96 = sys.argv[2] # Full configuration file ("confout_pair53004.g96")

examples/flex-EFP/Scripts/make_bcls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Input files and cutting definitions
2222
# ---------------------------
2323
# Command-line arguments:
24-
# Sample execution: python make_bcls_V2.py efp_opt_83855.g96 optimized_83855.g96
24+
# Sample execution: python make_bcls.py efp_opt_83855.g96 optimized_83855.g96
2525
g96_file = sys.argv[1] # EFP region file (e.g., "efp_opt_83855.g96")
2626
full_g96_file = sys.argv[2] # Full configuration file (e.g., "optimized_83855.g96")
2727

images/flowchart.pdf

39.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)