Features new: Difference between revisions

From OxDNA
Jump to navigation Jump to search
mNo edit summary
(Redirected page to Features)
 
Line 1: Line 1:
The code is under active development and thus it supports a growing set of features. Here we list the ones we consider to be stable and ready for end users.
#REDIRECT[[Features]]
 
==Supported features==
;Molecular and Brownian dynamics: The code can run both NVE and NVT simulations. The NVT ensemble can be enforced with three different kinds of [[Documentation#Molecular_dynamics_simulations_options|thermostats]]. These simulations can also run on GPUs via NVIDIA's CUDA technology. The speed-up for the DNA model depends on the details of the simulation but it is of the order of 30-50 for a single GPU vs a single CPU core.
 
;Monte Carlo simulations: Regular Metropolis Monte Carlo simulations, with only nucleotide roto-translational moves, can be performed. In addition, oxDNA supports Virtual Move Monte Carlo (VMMC) simulations for the DNA and RNA models. The EXAMPLE folder contains a few VMMC-related examples that can be used to learn how to set up VMMC simulations.
 
;Additional interactions: oxDNA can be extended to simulate additional pairwise potentials. The current stable version includes the widely-used Lennard-Jones interaction, the Kob-Andersen mixture and several patchy particle models. See the README file and the [[Documentation|documentation]] for additional details.
 
;External forces: In order to favor motif formation or to mimic different external environments, different kind of forces can be applied to nucleotides or points in space. The complete list of available external forces can be found in the [[Documentation|documentation]].
 
;Standalone single- and double-strand generator: We provide a script (<tt>[[Documentation#Generation_of_initial_configurations|UTILS/generate-sa.py]]</tt>) which can be used to generate oxDNA input configurations with the command
 
:<pre>generate-sa.py <box side> <file with sequence></pre>
 
:<tt><box side></tt> specifies the length of the box side in simulation units, while <tt><file with sequence></tt> must contain the sequence of the strands to be generated, one row per strand. If double strands are needed, each sequence must be preceded by <tt>DOUBLE:</tt>.
 
;Output converter: We provide a script (<tt>[[Documentation#Visualisation_of_structures|UTILS/traj2vis.py]]</tt>) which converts oxDNA configuration files to .pdb and [http://www.ks.uiuc.edu/Research/vmd/ VMD]-supported .xyz files. The usage is
 
:<pre>traj2vis.py <pdb|xyz> <trajectory> <topology></pre>
 
:where the output format is either pdb or xyz, <tt><trajectory></tt> is the configuration (or whole trajectory) file and <tt><topology></tt> is the topology file. The output filename is <trajectory>.pdb or <trajectory>.xyz, depending on which output format has been chosen. If <tt>pdb</tt> is selected, then a <tt>commands.com</tt> file is generated, to be used with [http://www.cgl.ucsf.edu/chimera/ UCSF Chimera].
 
;Cadnano converter
:There is a converter that takes [http://cadnano.org cadnano] files and converts them in initial configurations to be fed to the simulation program. See [[Cadnano]] for an example on how to use it.
 
==Experimental (Unsupported) features==
The released version of oxDNA also contains code for
 
*Forward Flux Sampling molecular dynamics simulations
*Umbrella Sampling simulations
*A huge number of utility scripts which make working with strands easier. They are contained in the <tt>UTILS</tt> directory.

Latest revision as of 10:46, 19 March 2014

Redirect to: