Add CUDA functionality to parse_lammps_dumps
to allow for NVIDIA GPU support when analyzing large dump files.
#4125
Labels
enhancement
A new feature or improvement to an existing one
Feature Requested
I'd like to add GPU support for NVIDIA A100 GPUs for using
parse_lammps_dumps
frompymatgen.io.lammps.outputs
.Proposed Solution
Use
cudf
instead ofpandas
to read and parse LAMMPS dump file.Relevant Information
Can increase efficiency of LAMMPS dump file reading significantly.
The text was updated successfully, but these errors were encountered: