Skip to content

[BUG] dpdata support cp2k v2023.1  #508

Description

@PolyuWeldingSpock

Summary

dpdata cannot convert AIMD output into format deepmd needed. I run AIMD for 100 steps with cp2k 2023.1. Then I tried to use dpdata with commands:

import dpdata
dp = dpdata.LabeledSystem(cp2kmd_dir, cp2k_output_name=cp2kmd_output_name, fmt="cp2k/aimd_output")
print(dp)
Data Summary
Labeled System
-------------------
Frame Numbers      : 0
Atom Numbers       : 0
Including Virials  : No
Element List       :
-------------------

Then I also tried to use cp2kdata. I have mentioned in robinzyb/cp2kdata#15.

I will upload my file for your need (https://1drv.ms/u/s!AtO91yh6_pLhg7BB7OnE5Cl8p7Cwbw?e=02Z6dW). I also want to know which file need to be revised to support newer version of cp2k such as dpdata/cp2k/output.py or some other files? I would like to revise the codes. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions