Datasets:

ArXiv:
License:
flt17 commited on
Commit
c4a8774
·
verified ·
1 Parent(s): cafb989

Update README.md

Browse files

Fixing typo and adding one unit.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,14 +25,14 @@ Additionally, we provide a small example dataset to help you get started with ou
25
 
26
  The data comes in `.extxyz` format and we follow the units of style `real` from [LAMMPS](https://docs.lammps.org/units.html). Each entry correspondgs to an atomic configuration and includes the following fields:
27
 
28
- - **species**: The type of atom (e.g., C for Carbon, O for Oxygen (O), ...).
29
  - **positions**: 3D atomic positions (in Angstroms).
30
  - **velocities**: 3D atomic velocities (in Angstroms per fs).
31
  - **displacements**: 3D atomic displacements to the new positions after time interval Δt (in Angstroms).
32
  - **update_velocities**: 3D atomic velocities at time interval Δt (in Angstroms per fs).
33
  - **timestep**: Time interval Δt (in femtoseconds).
34
  - **pbc**: Information about periodic boundary conditions (e.g., `T T T`).
35
- - **Lattice**: The lattice vectors of the simulation box.
36
  - **num_atoms**: The total number of atoms in the system (first line).
37
 
38
 
@@ -43,7 +43,7 @@ If you decide to use this dataset, please consider citing our preprint
43
  ```
44
  @misc{Thiemann2025Force-Free,
45
  title={Force-Free Molecular Dynamics Through Autoregressive Equivariant Networks},
46
- author={Thiemann, Fabian L and Reschützegger, Thiago, and Olarte-Plata, Juan D. and Taddese, Tseden and Esposito, Massimiliano, and Martelli, Fausto},
47
  year={2025},
48
  eprint={...},
49
  archivePrefix={arXiv},
 
25
 
26
  The data comes in `.extxyz` format and we follow the units of style `real` from [LAMMPS](https://docs.lammps.org/units.html). Each entry correspondgs to an atomic configuration and includes the following fields:
27
 
28
+ - **species**: The type of atom (e.g., C for Carbon, O for Oxygen, ...).
29
  - **positions**: 3D atomic positions (in Angstroms).
30
  - **velocities**: 3D atomic velocities (in Angstroms per fs).
31
  - **displacements**: 3D atomic displacements to the new positions after time interval Δt (in Angstroms).
32
  - **update_velocities**: 3D atomic velocities at time interval Δt (in Angstroms per fs).
33
  - **timestep**: Time interval Δt (in femtoseconds).
34
  - **pbc**: Information about periodic boundary conditions (e.g., `T T T`).
35
+ - **Lattice**: The lattice vectors of the simulation box (in Angstroms).
36
  - **num_atoms**: The total number of atoms in the system (first line).
37
 
38
 
 
43
  ```
44
  @misc{Thiemann2025Force-Free,
45
  title={Force-Free Molecular Dynamics Through Autoregressive Equivariant Networks},
46
+ author={Thiemann, Fabian L. and Reschützegger, Thiago, and Olarte-Plata, Juan D. and Taddese, Tseden and Esposito, Massimiliano, and Martelli, Fausto},
47
  year={2025},
48
  eprint={...},
49
  archivePrefix={arXiv},