An open API service indexing awesome lists of open source software.

https://github.com/nickjer/meamzilla

Molecular dynamics potential fitting code. Fits a classical potential to a configuration database of ab-initio forces, energies, and stresses.
https://github.com/nickjer/meamzilla

Last synced: over 1 year ago
JSON representation

Molecular dynamics potential fitting code. Fits a classical potential to a configuration database of ab-initio forces, energies, and stresses.

Awesome Lists containing this project

README

          

Meamzilla
=========

Molecular dynamics potential fitting code. Fits a classical potential to a configuration database of ab-initio forces, energies, and stresses.

Requirements
============

1. gcc 4.7.2+ (due to C++11 in the code)
2. MPI
3. MKL / ACML / LibSci

Installation
============

Edit the Makefile with proper C++ compiler and libraries. There are a few example Makefile's provided for a variety of supercomputers. Then type:

```bash
make
```

or for a multicore machine...

```bash
make -j [jobs]
```