Skip to content

BUG: Fix bug in setting charges for lammps-dump-text

Jia-Xin Zhu requested to merge ChiahsinChu/ase:lmp_dump_charges into master

Checklist

Get error of Array "initial_charges" has wrong shape (nat, 1) != (nat,). when reading lammps-dump-text file with charges. This issue can be solved by reshape the charges var.

Merge request reports