Skip to content

Commit 63f2888

Browse files
authored
Update README.md for recommendation of using cp2kdata (#537)
1 parent 7fcbbc5 commit 63f2888

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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)