Skip to content

Commit 9468e6d

Browse files
authored
Merge pull request #27 from libefp2/jack
Jack
2 parents 9bdd0ab + cba26aa commit 9468e6d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/applied_efp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The general procedure is to define the QM and EFP regions, fragment the residues
3434
EFP region, generate the starting fragment parameters, trim overlapping virtual/real atoms,
3535
then create the final calculation input.
3636

37-
.. image:: ../images/flowchart-1.png
37+
.. image:: ../images/flowchart.png
3838
:width: 500
3939
:align: center
4040

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

0 commit comments

Comments
 (0)