Skip to content

Commit 4840bbc

Browse files
committed
Update README.md for recommendation of using cp2kdata
1 parent ec7985b commit 4840bbc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ The `System` or `LabeledSystem` can be constructed from the following file forma
7474
| gaussian| log | True | True | LabeledSystem | 'gaussian/md' |
7575
| siesta | output | False | True | LabeledSystem | 'siesta/output'|
7676
| siesta | aimd_output | True | True | LabeledSystem | 'siesta/aimd_output' |
77-
| cp2k | output | False | True | LabeledSystem | 'cp2k/output' |
78-
| cp2k | aimd_output | True | True | LabeledSystem | 'cp2k/aimd_output' |
77+
| cp2k(deprecated in future) | output | False | True | LabeledSystem | 'cp2k/output' |
78+
| cp2k(deprecated in future) | aimd_output | True | True | LabeledSystem | 'cp2k/aimd_output' |
79+
| cp2k([plug-in](https://github.com/robinzyb/cp2kdata#plug-in-for-dpdata)) | stdout | False | True | LabeledSystem | 'cp2kdata/e_f' |
80+
| cp2k([plug-in](https://github.com/robinzyb/cp2kdata#plug-in-for-dpdata)) | stdout | True | True | LabeledSystem | 'cp2kdata/md' |
7981
| QE | log | False | True | LabeledSystem | 'qe/pw/scf' |
8082
| QE | log | True | False | System | 'qe/cp/traj' |
8183
| QE | log | True | True | LabeledSystem | 'qe/cp/traj' |

0 commit comments

Comments
 (0)