Mod:Hunt Research Group
Appearance
Hunt Group Wiki
Back to the main web-page
Report and Paper Writing
Group Admin
- Which files to store on the database and database template link
- How to access DROBO link
- Moving large files and directories around link
HPC Resources
- Getting started and introduction to the HPC: link
- Hunt group HPC resources and run scripts link
- How to use gaussview directly on the HPC link
- Link to RCS (HPC) tips page link
- How to run jobs interactively link
- Computing resources available in the chemistry department link
- New gf script (more convenient job submitting) link
- Retired: How to make qsub more comfortable (gfunc) link
- Tired of entering your password all the time: set up a SSH keypair link
- How to make ssh more comfortable link
- How to comfortably search through old BASH commands link
- Using VPN from home, for Sierra follow the college instructions link
- How to connect to HPC directory on desktop for file transfers link
- How to set-up remote desktop link
- How to use a slimmed down terminal on your IPhone [1]
Using evil Windows and PCs
- Use Imperial Software Hub to access gaussview and gaussian link
- Using windows and setting up a connection to HPC link
- How to fix Windows files under UNIX link
Key Papers, References and Resources
- Papers
- Meta study on DFT functionals doi
- M06 suite of DFT functionals doi
- SMD for ILs doi
- Box size for MD simulations of ILs doi
- Notes
- Solving the angular part of the Schrödinger equation for a hydrogen atom link (notes by Vincent)
- DFT Workshop Notes [2]
- Cl- in water link
- The use of Legendre time correlation functions to study reorientational dynamics in liquids link
Gaussian General
- We are starting a database of common errors encountered when running Gaussian jobs link
- Here is an already existing database of common errors link
- G03 Manual
- partial optimisations and scans link
- General procedure for locating transition state structures link
- How to include dispersion link
- Basic ONIOM (Mechanical Embedding) link
- problems with scf convergence link
- manipulating checkpoint files link
- for NMR calculations look here: Chemical Shift Repository
- Population and charge analysis link
Gaussian Advanced
- Systematic conformational scan for ion-pair dimers link
- How to run NBO5.9 on the HPC link
- generating natural transition orbitals link
- computing excited state polarisabilities link
- computing deuterated and/or anharmonic spectra link
- How to run at a higher temperature link
- Correcting the entropy due to low modes link
- Optimisation of charged molecules in an electric field link
- Multidimensional Scans of Internal Coordinates link
- Conformational search of atomic and molecular clusters with ABCluster link
Solvation
- Using the SMD model link
- Using SMD on ILs link
- Troublesome optimisations in SMD link
- Atomic radii and solvent models link
- Molecular volume calculations link
- The cavity link
- How to download and use GeomView to visualise solvation cavities link
- Surfaces (Solvent-Accessible and Connolly) in Jmol link
Codes to Help Gaussian Analysis
Python and Python codes
- Using and installing python link
- Python toolkit currently focussed towards gaussian analysis link
- Standalone python scripts and analysis:
- List the energy for each step of a gaussian log file, find the lowest energy and produce a quick graph in kJ/mol link
- Build a frequency file from an optimisation file ready to submit, this will require editing for your particular job link
- Extract last Standard Orientation structure of gaussian log file link
- Extract last structure of gaussian optimisation and build a freq com file for job with PP link
- Extract each optimised step from a scan into xyz coordinate file link
- Extract thermodynamic data and low frequencies from log files (python 2) link
- Extract thermodynamic data and low frequencies from log files to enter into excel template provided for the database (python 3) link
- Extract geometry and charges (ESP) into a .pdb file for visualising in VMD link
- Codes to extract CHELPG and NBO charge values to excel link
- Extract ESP and NBO charges link
- Script to pull thermodynamic data and low frequencies from log files AND evaluate to a reference link
- Codes to extract frequency data from gaussian .log files and generate vibrational spectra link
- Codes to visualise data matrices (correlation matrices/heatmaps)link
- Python API for analysis of Gaussian computations - Documentation
- Charge arm link
- Extract the MO orbital energies and concert to eV link
Other codes
- Extract E2 Values (From NBO Calculations) link
- Calculate pDoS/XP spectra code (under construction) link
- Optimally Tuned Range Separated Hybrid Functionals link
- Some G09 Parsers link
QC Visualisation
- Using AIMALL: density based visualisation
- download AIMALL
- once downloaded and installed you need to send tricia your aimall-serialnumber.txt file, and she will arrange for a aimallpro.lic or license file for you
- basic instructions link
- AimAll with pseudo potentials link
- AIMAll 19.10.12 on iMacs link
- ESPs and manipulating gaussian cube files
- Instructions for visualizing electrostatic potentials (Gaussview)link
- Electrostatic Potentials II (Molden) link
- Manipulating cube files link
- Format of cube files link
- Using A. Stone's distributed multipole analysis link
- NCI plots
- MOs
- Visualising MOs using Jmol link
Setup and Running Classical MD Simulations
dl_poly
- DL_POLY FAQs [3] from DL_POLY webpage.
- some basics for getting started using DL_POLY link
- control file basics link
- useful links
- https://www.ccp5.ac.uk
- https://www.scd.stfc.ac.uk/Pages/DL_POLY.aspx
- dlpoly4 user manual
- javagui user manual
- dlpoly ftp server
- you can find test files in DL_POLY_4.0/DATA
- more info about the dlpoly test files link
gromacs
- GROMACS installing and getting started with gromacs link
- using Agilio Padua force fields for ionic liquids link
- Packmol installing and running to generate a starting box link
- initial rough relaxation link
- GROMACS general run link
- GROMACS viewing data link
- GROMACS control file link
- Equilibration and production simulations link
general
- Getting the Force Field link
- Choosing an Ensemble link
- Molten Salt Simulations link
- Common Errors link
- Equilibration of [bmim][BF4] and [bmim][NO3]link
- Summary of discussions with Ruthlink
MD Visualisation
- VMD: a molecular dynamics visualisation package
- VMD can be installed from the VMD downloads page
- Quick reminder link
- Colour in VMD link
- Changing the graphical representation of your structures link
- VMD indexing link
- Using scripts in VMD link
- Dealing with periodic boundaries and bonding (under construction) link
- Dealing with bonding (under construction) link
- How to turn a Gaussian optimization into a VMD movie link
- Overlapping two structures link
- Ovito: a molecular dynamics visualisation package
- SDFs
- How to generate SDFs link
MD Post processing
- Python script to convert a HISTORY file into a xyz file link
- Python script to reduce the number of steps in a lammps traj file link
- Python script to convert a lammps traj file to xyz coordinates and at the same time fold all atoms into a cell and center at the origin link
- Center the trajectory at a particular atom (needs fixing) link
- How to generate SDFs with TRAVIS link
- Tcl script to follow a particular atom link
Coding
- installing Xcode and other programming environments
- to use many programs you will need a compiler, this is not installed by default on your mac
- How to install Xcode on your mac link
- using MacPorts as code for managing other codes on your mac link
- HomeBrew and Fink are other options (HomeBrew is not advised for us)
- gfortran on your mac link
- using python on your mac link
- EMO Code
- Jan's charge based analysis Code
- Oxana's visualisation of ESPs Code
- Scripts for reading, saving, manipulating and visualising data from cube files link
- Python Genereal
- General python recommendations and set up link
- Analysis toolkit mainly geared towards processing Gaussian calculations link
Other Codes
- ADF Submission script link
- How to install POLYRATE link
- XMGRACE, gfortran, c compilers for Lion [5]
- Run SAPT calculations using Psi4 link
Setup and Running Ab-Initio MD Simulations
- CPMD: Car-Parrinello Molecular Dynamics link
- How to run CPMD to study aqueous solutions link
- How to run CP2K link
Running QM/MM Simulations in ChemShell
Tcl-chemshell
- ChemShell official website which contains the manual and a tutorial link
- Introduction to ChemShell - Copper in water link
- Defining the system: Cu2+ and its first 2 solvation shells link
- Defining the force field parameters link
- Single point QM/MM energy calculation link
- QM/MM Optimisation link
- QM/MM Molecular Dynamics link
- Using MolCluster link
- Running ChemShell link
- Explaining ChemShell files link
- Step By Step link
Py-chemshell
- Compiling Chemshell and required programs []
- The DL_POLY_4 manual is available for download at this link [6]
- Molecular Mechanics computation with DL_POLY [7]
- Basic QM/MM single point and optimisations [8]
- Visualise optimisation trajectories in VMD [9]
- Computing Mulliken charges and creating .wfn inputs for AIM analysis [10]
Admin Stuff
- Not used to writing a wiki, make your test runs on this page
- How to set-up new macs link
- How to switch the printer HP CP3525dn duplex on and off link