This example can be found in the directory examples/try-ben_sdamd.
In this example case, the encounter complexes are recorded with the sdamd flag activated. Setting win0 = 4.0A, dwin = 0.5, and nwrec = 23, the encounter complexes are recorded in the 15A windows distance, according to the equation: win0+dwin*(nwrec-1). This procedure is only possible if sdamd = 1.The following table gives information about the different subfolders in the example directory :
prepare_grids_and_ecm/ | Directory to generate the data files (pdbs, grids and effective charges) into the data_grid/ directory. Please run the run_ed_hd_ecm.sh to generate the necessary files to run the simulations. Make sure to set the correct path to the SDA installation. |
data_grid/ | Data files (pdb and input files) needed for running the example. |
try-ben_assoc_hits/ | Results of the example as it was run at HITS. |
try-ben_assoc/ | Directory to run the try-ben_sdamd example. It uses the script_assoc.sh bash script. Make sure you have set the correct path for the SDA installation. |
doc/ | Documentation of the Trypsin - Benzamidine simulation example with the sdamd flag activated. |
Assure you have compiled all the executables and tools in sda_flex/bin/ first or refer to the compilation section.
Run first the script run_ed_hd_ecm.sh in the prepare_grids_and_ecm directory to generate the grids necessary to run this example. The grids will be copied to the data_grid directory.
Then go in the try-ben_assoc directory and run sda by executing the script_assoc.sh bash script.
You can check if the output files are similar to the ones generated at HITS: try-ben_assoc_hits/.
Note : you may need to adapt the shell scripts to your environment (location of APBS for instance)