[[Category:BiomolecularSimulation]]
== General ==
Biomolecular simulation[Ron O. Dror, Robert M. Dirks, J.P. Grossman, Huafeng Xu, and David E. Shaw. "Biomolecular Simulation: A Computational Microscope for Molecular Biology." ''Annual Review of Biophysics'', 41:429-452, 2012. https://doi.org/10.1146/annurev-biophys-042910-155245] is the application of molecular dynamics simulations to biochemical research questions. Processes that can be modeled include, but are not limited to, protein folding, drug binding, membrane transport, and the conformational changes critical to protein function.
While biomolecular simulation could be considered a sub-field of computational chemistry, it is sufficiently specialized that we have a Biomolecular Simulations National Team that supports this area. There is nevertheless some overlap of software tools between the two fields. See [[Computational chemistry]] for an annotated list of available software packages in that area.
== Software Packages ==
The following software packages are available on our HPC resources:
* [[AMBER]]
* [[GROMACS]]
* [[NAMD]]
* [http://www.scd.stfc.ac.uk/SCD/44516.aspx DL_POLY]
* [http://glotzerlab.engin.umich.edu/hoomd-blue/ HOOMD-blue]
* [[LAMMPS]]
* [https://openkim.org/ OpenKIM], the Knowledgebase of Interatomic Models
* [[OpenMM]]
* [https://www.plumed.org PLUMED], a library for code development related to the calculation of free energy in molecular dynamics simulations. See also [[GROMACS]].
* [https://www.rosettacommons.org Rosetta]
* [https://swift.cmbi.umcn.nl/gv/dssp/ DSSP]
* [[VMD]]
=== Python Packages (Python Wheels) ===
Our [[Available_Python_wheels|Wheelhouse]] contains a number of Python Wheels that can be installed within a [[Python#Creating_and_using_a_virtual_environment|virtual Python environment]] and are useful in the domain of biomolecular simulation/molecular dynamics.
This list contains a selection of useful wheels, but is not to be considered complete:
* [[ACPYPE|ACPYPE: AnteChamber PYthon Parser interfacE]] is a tool to generate topologies for chemical compounds.
* [https://www.mdanalysis.org/ MDAnalysis] is an object-oriented Python library to analyze trajectories from molecular dynamics (MD) simulations in many popular formats.
* [http://mdtraj.org/ MDTraj] can also read, write and analyze MD trajectories with only a few lines of Python code with wide MD format support.
* [https://biopython.org/ Biopython] is a set of freely available tools for biological computation.
* [https://foyer.mosdef.org/ foyer] is a package for atom-typing as well as applying and disseminating force fields.
* [https://mbuild.mosdef.org/ mBuild] is a hierarchical, component based molecule builder.
* [https://mdsynthesis.readthedocs.io/ mdsynthesis] is a persistence engine for molecular dynamics data.
* [http://nglviewer.org/ nglview]: NGL Viewer is a collection of tools for web-based molecular graphics.
* [http://parmed.github.io/ParmEd/ ParmEd] is a general tool for aiding in investigations of biomolecular systems using popular molecular simulation packages.
* [[PyRETIS]] is a Python library for rare event molecular simulations with emphasis on methods based on transition interface sampling and replica exchange transition interface sampling.
Please check the [[Available_Python_wheels|list of available wheels]] and use the [[Python#Listing_available_wheels|avail_wheels command]] on our clusters
to see what is available.
If you require additional Python packages or newer versions, please [[Technical_support|contact Support]].
== Workshops and Training Material ==
The ''Molecular Modelling and Simulation National Team'' is offering Molecular Dynamics workshops. Future workshops will be announced in our Newsletters.
The workshop material is also available for self-study:
# [https://computecanada.github.io/molmodsim-md-theory-lesson-novice/ Practical considerations for Molecular Dynamics]
# [https://computecanada.github.io/molmodsim-vmd-visualization/ Visualizing Structures with VMD]
# [https://computecanada.github.io/molmodsim-amber-md-lesson/ Running Molecular Dynamics with Amber on our clusters]
# [https://computecanada.github.io/molmodsim-pytraj-analysis/ Analyzing Molecular Dynamics Data with PYTRAJ]
== Performance and benchmarking ==
A team at [https://www.ace-net.ca/ ACENET] has created a [https://mdbench.ace-net.ca/mdbench/ Molecular Dynamics Performance Guide] for Alliance clusters.
It can help you determine optimal conditions for Amber, GROMACS, NAMD, and OpenMM jobs.
== References ==