File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,10 @@ The `System` or `LabeledSystem` can be constructed from the following file forma
74
74
| gaussian| log | True | True | LabeledSystem | 'gaussian/md' |
75
75
| siesta | output | False | True | LabeledSystem | 'siesta/output'|
76
76
| 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' |
79
81
| QE | log | False | True | LabeledSystem | 'qe/pw/scf' |
80
82
| QE | log | True | False | System | 'qe/cp/traj' |
81
83
| QE | log | True | True | LabeledSystem | 'qe/cp/traj' |
You can’t perform that action at this time.
0 commit comments