This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
classical_md [2010/06/22 12:55] zdech |
classical_md [2011/02/18 13:13] (current) |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - Cdata/NAME-OF-POTENTIAL-DEFINED-IN-FILE-ABOVE.dat //(defines the parameters of potential)// | - Cdata/NAME-OF-POTENTIAL-DEFINED-IN-FILE-ABOVE.dat //(defines the parameters of potential)// | ||
| - | ==== usePotential.in ==== | + | ===== usePotential.in ===== |
| - | 1) Defines **which potential** will be used. In this file is defined which potential will be used. | + | In this file is defined which potential will be used and other parameters used in classical MD only. |
| + | * **Defines __which potential__ will be used** | ||
| Format of file usePotential.in: | Format of file usePotential.in: | ||
| all Lennard-Jones | all Lennard-Jones | ||
| - | or there could be defined potential for each pair: usePotential.in : | + | or there could be defined potential for each pair: usePotential.in //(not useful at this moment)//: |
| H-H Lennard-Jones | H-H Lennard-Jones | ||
| Si Lennard-Jones | Si Lennard-Jones | ||
| Line 28: | Line 29: | ||
| In the directory Cdata have to exist file with parameters of potential with name NAME-OF-POTENTIAL.dat (in case above the program will look for file Lennard-Jones.dat). | In the directory Cdata have to exist file with parameters of potential with name NAME-OF-POTENTIAL.dat (in case above the program will look for file Lennard-Jones.dat). | ||
| - | 2) Defines** frequency of outputs** in MD simulation. The implicit value is each 1000th cycle. The example of the definition: | + | * **Defines __frequency of outputs__ in MD simulation.** |
| + | |||
| + | The implicit value is each 1000th cycle. The example of the definition: | ||
| freq_of_outputs 100 | freq_of_outputs 100 | ||
| - | ==== Files with potentials ==== | + | ===== Files with potentials ===== |
| The parameters of potential is defined in files with name: Cdata/NAME-OF-POTENTIAL.dat . The string NAME-OF-POTENTIAL have to match with string which define potential in file **usePotential.in** . | The parameters of potential is defined in files with name: Cdata/NAME-OF-POTENTIAL.dat . The string NAME-OF-POTENTIAL have to match with string which define potential in file **usePotential.in** . | ||
| Line 132: | Line 135: | ||
| * add MEAM potencial | * add MEAM potencial | ||
| * global optimization/Metadynamics | * global optimization/Metadynamics | ||
| + | * freq_of_outputs - to write out something on the end of simulation (if freq_of_outputs > num of cycles in the simulation) | ||
| ==== Optimazlization of the code ==== | ==== Optimazlization of the code ==== | ||