PIMD data for training effective potential incorporating nuclear quantum effects
收藏资源简介:
The dataset contains training data to generate machine-learned effective potentials reproducing correct nuclear quantum statistics. The generation procedure is described in I. Zaporozhets, F. Musil, V. Kapil, & C. Clementi (2024). Accurate nuclear quantum statistics on machine-learned classical effective potentials. [arXiv: 2407.03448] The code required to generate the dataset can be found in the repository: cg_nuclear_quantum_statistics. Dataset structure The archive contains datasets for four systems: a particle in 1D Morse potential, a single water molecule in a vacuum, a Zundel cation, and a box of 256 water molecules. For the particle in Morse potential, separate .npy files (loadable with numpy in Python) for harmonic coupling (spring) forces and coordinates are given for temperatures 100, 300, and 600 K. For other systems, the data are provided in HDF5 format (see below). Directory structure: CG_quantum_statistics├── 0_morse_potential│ ├── temp_100_spring_forces.npy│ ├── temp_100_total_coordinates.npy│ ├── temp_300_spring_forces.npy│ ├── temp_300_total_coordinates.npy│ ├── temp_600_spring_forces.npy│ └── temp_600_total_coordinates.npy├── 1_h2o_molecule│ └── h2o.h5├── 2_zundel_cation│ └── h5o2+.h5└── 3_bulk_h2o └── h2o_256.h5



