Skip to content

Gertian/Basic-MD-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic-MD-simulation

This software requires gnuplot, openMP and ffmpeg to be installed on your machine.

When compiling the program don't forget to include the compiler flag -fopenmp to make the compiler use the openMP software for mulitthreading.

Note that the program expects to find a folder Data in the install directory. No error will be thrown when this is not present but the data will not be stored.

Note, this software will not compile for windows users. This is due to the usage of the std::system() command. Windows users should just comment this line out and make the call to Plots.gnu manually. I also use timing command from which I am sure that they are compatible on windows. If this happens on your system don't worry it will not influence the simulation.

About

A very basic MD simulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published