Skip to content

The cp2k module gives incorrect result #126

Description

@singlebook

The default unit for coordinate of cp2k output is angstrom, but dpdata considers it as bohr, and make a transformation.
line 193~ 195 in dpdata/cp2k/output.py /
coords_list.append([float(line_list[1])*AU_TO_ANG,
float(line_list[2])*AU_TO_ANG,
float(line_list[3])*AU_TO_ANG])

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcp2k

    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