MDDatasetBuilder
MDDatasetBuilder is a script to build molecular dynamics (MD) datasets for neural networks from given LAMMPS trajectories automatically.
Author: Jinzhe Zeng
Email: jzzeng@stu.ecnu.edu.cn
Requirements
- Python 3.6
- Python packages: numpy, scikit-learn, ASE, GaussianRunner, tqdm, coloredlogs
- Software: Gaussian 16, DeePMD
Installation
git clone https://github.com/njzjz/mddatasetbuilder
cd mddatasetbuilder/
python3 setup.py install
You can test whether ReacNetGenerator is running normally:
python3 setup.py test
Simple example
A LAMMPS bond file and a LAMMPS dump file should be prepared.
datasetbuilder -d dump.ch4 -b bonds.reaxc.ch4_new -a C H O -n ch4 -i 25
Then you can calculate generated Gaussian files:
qmcalc -d dataset_ch4_GJf/000
qmcalc -d dataset_ch4_GJf/001
Next, prepare DeePMD datas and use DeePMD-kit to train a model.
preparedeepmd -p dataset_ch4_GJf -a C H O
cd train && dp_train train.json
Release files for mddatasetbuilder 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mddatasetbuilder-1.1.3.tar.gz | 14.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mddatasetbuilder-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.1 kB
Release files / mddatasetbuilder-1.1.3.tar.gz
| Download URL | mddatasetbuilder-1.1.3.tar.gz |
|---|---|
| Size | 14.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
35637cd7c0428de94e4781b3a073018ca34c7e3bc38b1fdc51fac3690f722d72
|
|
BLAKE2b-256 checksum How to use checksums |
9e69ccfc6c3e4606061698343853dc227f307bed973038c6477b9b7968aa794c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|
Release files / mddatasetbuilder-1.1.3-py3-none-any.whl
| Download URL | mddatasetbuilder-1.1.3-py3-none-any.whl |
|---|---|
| Size | 13.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a6d1d5ce4ee14072c0ccb03e4da635938f1d67d76b446fb63f81f673bbbba01
|
|
BLAKE2b-256 checksum How to use checksums |
b9ad678568bcb91ae6b50df6e854489744147cdde456fb1af6cee7560585796b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|