Skip to content

Commit c8358d5

Browse files
Add files via upload
1 parent 4ccd995 commit c8358d5

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
This .h5 file contains simulation output data generated from a DVR calculation using Shin-Metiu model.
2+
The file stores a set of physical quantities computed over a one-dimensional grid of nuclear coordinates (R_grid).
3+
The data is stored in NumPy array format within HDF5 datasets.
4+
5+
File Structure and Variables
6+
7+
R_grid — Shape: (N_grids_R,)
8+
coordiates on the grid
9+
10+
eigvals — Shape: (N_grids_R, nelec_dim_dump)
11+
adiabatic electronic energies
12+
13+
d_V — Shape: (N_grids_R, nelec_dim_dump, nelec_dim_dump)
14+
matrix of potential energy gradient [\nabla V]
15+
16+
nac — Shape: (N_grids_R, nelec_dim_dump, nelec_dim_dump)
17+
non-adiabatic coupling matrix
18+
19+
mu — Shape: (N_grids_R, nelec_dim_dump, nelec_dim_dump)
20+
dipole moment matrix
21+
22+
d_mu — Shape: (N_grids_R, nelec_dim_dump, nelec_dim_dump)
23+
dipole moment gradient matrix [\nabla \mu]
24+
25+
mu_deri — Shape: (N_grids_R, nelec_dim_dump, nelec_dim_dump)
26+
derivative of dipole moment matrix elements \nabla [\mu]

0 commit comments

Comments
 (0)