Skip to content

Read charges from lammps dump

Vladislav Kochetov requested to merge kinetik161/ase:lammps_charges into master

If charges are present in the lammps dump file, neither trajectories nor snapshots can be visualized. The point is that charges are only scalar property, which is read by get_quantity(). Thus the charges were returned as [[q1], [q2], ..]. This is fixed as well as the test has been added.

The similar MR can be closed after merging this one.

closes !2387 (closed)

Checklist

Edited by Vladislav Kochetov

Merge request reports