Skip to content

Commit

Permalink
bump version 0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
link89 committed Nov 11, 2024
1 parent 18777e7 commit 3c820d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Logs
## v0.21.4
* feat: handle cp2k/dplr in dpdata tool

## v0.21.3
* fix: dpdata tool wrong params

Expand Down
2 changes: 1 addition & 1 deletion doc/manual/dpdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ ai2-kit tool dpdata read dp-h2o - slice 10: - sample 10 --method random - to_ase
o

# convert cp2k data to the format that can be used by deepmd dplr module
ai2-kit tool dpdata read ./path-to-cp2k-dir --fmt cp2k/dplr --cp2k_output="output" --wannier_file="wannier.xyz" --type_map="['H','O']" --sys_charge_map="[0,-2]" --model_charge_map="[0,-2]" --ewald_h=0.3 --ewald_beta=0.3 --ext_efield="[0.0, 0.0, 0.0]" --sel_type="[1, 2]" - write ./dataset
ai2-kit tool dpdata read ./path-to-cp2k-dir --fmt cp2k/dplr --cp2k_output="output" --wannier_file="wannier.xyz" --type_map="[H,O]" --sys_charge_map="[0,-2]" --model_charge_map="[0,-2]" --ewald_h=0.3 --ewald_beta=0.3 --ext_efield="[0.0, 0.0, 0.0]" --sel_type="[1, 2]" - write ./dataset
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ai2-kit"
version = "0.21.3"
version = "0.21.4"
description = ""
authors = ["weihong.xu <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3c820d0

Please sign in to comment.