You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.5 Creating Folders for Files on your Local Machine
Create a folder for the whole project (ideally with no spaces in the title)
Example: GPE_Transport_Properties_for_SIBs
The name of folders and files should be detailed enough for one to immediately remember what they were working on 1 year in the future
Within the project folder:
Create a folder for initial PDB files of all molecules
Create a folder for Packmol Input Files
Create a folder for Packmol Output Files
Create a folder for Molecular Dynamic Output Files
2.6 Creating Initial Configurations with Packmol on your Local Machine
Form PDB files for molecules
Use PubChem to find SMILE string
Try Sigma Aldrich for specific chemicals found in papers
A short tutorial for the SMILES naming convention can be found here
If all else fails, one can use this website to visualize how the molecule should look like and convert that image to a SMILES string or a PDB file
Use a SMILEs to PDB converter, download PDB file, and place in Initial PDB Folder
Small molecule SMILEs to PDB converter can be found here
Polymer-sized molecule SMILEs to PDB converter can be found here
Open VS Code or other IDE, open project folder, open Packmol Input Files folder
Create a Packmol input file in the following format using a text editor or IDE
Name the file in this format: XXX.inp
Open Terminal/Command Prompt
julia
using Packmol
input_file ="path_to_input_file/XXX.inp"run_packmol(input_file)
Visualize the initial configuration box (the output PDB file from Packmol) using VMD
Within a text editor or IDE, open the initial configuration PDB file and write in the crystal structure of the simulation box at the top of the file after the last REMARK line and before the first HETATM line
eg. 40 Angstoms on each side and 90° Angles for a simulation box would be formatted as CRYST1 40.000 40.000 40.000 90.00 90.00 90.00 P 1 1
Copy all files from your local machine onto the HPC
Open Terminal/Command Prompt on your local machine