Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 1.42 KB

README.md

File metadata and controls

22 lines (10 loc) · 1.42 KB

Force Fields for RASPA

This repository contains files with DREIDING and UFF force field parameters for simulations using the RASPA program.

The general definition of the van der Waals parameters is done as follows:

Schematic_of_the_Lennard-Jones_6-12_Potential

CodeCogsEqn

The Lennard-Jones potential has it minumum at a ditance Rmin = 21/6 . σ, so the conversion from Rmin to sigma is made dividing Rmin by 21/6.

The conversion from kcal/mol to K is made dividing by the Boltzman constant (Kb) in kcal/[mol.K] = 0.0019872041

Instalation

To install this force field you can create a new folder on the compiled raspa forcefield directory, usually on the folder: ${RASPA_DIR}/share/raspa/forcefield/, and put the tree files in the chosed force field on this new folder. You can put any name that you want, just remember to put this same name on the script to run the RASPA simulation under the Forcefield variable tag.

You can also just put these tree files on the folder that you are running the RASPA, with the variable Local as the force field. The program always search for force field files on the local folder first.