Skip to content
Snippets Groups Projects
Commit 2d799b42 authored by mncui's avatar mncui
Browse files

Add two examples

parent d4a479a1
No related branches found
No related tags found
No related merge requests found
Pipeline #185716 passed
...@@ -87,6 +87,18 @@ python DftbParameterization.py -opt band rep -input dft ...@@ -87,6 +87,18 @@ python DftbParameterization.py -opt band rep -input dft
- `-input`: folder that contain reference DFT file - `-input`: folder that contain reference DFT file
As examples, we provide dft/ folder, where dfts.xyz and nitrides.xyz inculde DFT energy/forces for elementary Cu and binary Nitrides as the references, one can try to run commands and repeat the results that we got in the article.
1. For Elementary Cu
- make sure that `opt_elem=[]` and `DEFAULT_DFT_FILE=dfts.xyz` in `DftbParameterization.py`,
```
python DftbParameterization.py -opt band rep -input dft/
```
2. For Binary Nitrides
- make sure that `opt_elem=[7]` and `DEFAULT_DFT_FILE=nitrides.xyz` in `DftbParameterization.py`
```
python DftbParameterization.py -opt band rep -input dft/
```
......
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment