File tree Expand file tree Collapse file tree
src/libra_py/models/Shin–Metiu-Polariton Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments