NMRProperty
The result type associated with property calculations including properties=["nmr"]
.
Fields
total_shielding
-
Total shielding tensor for each nucleus. Each key corresponds to an atom index in the molecule.
- Type:
Dict[int, Array[float]]
- Type:
diamagnetic_shielding
-
Diamagnetic shielding tensor for each nucleus. Each key corresponds to an atom index in the molecule.
- Type:
Dict[int, Array[float]]
- Type:
paramagnetic_shielding
-
Paramagnetic shielding tensor for each nucleus. Each key corresponds to an atom index in the molecule.
- Type:
Dict[int, Array[float]]
- Type:
isotropic_shielding
-
Isotropic shielding constant for each nucleus. Each key corresponds to an atom index in the molecule.
- Type:
Dict[int, float]
- Type:
j_coupling
-
J-coupling constant between a pair of nuclei. Each key corresponds to a pair of atom indices in the molecule.
- Type:
Dict[Tuple[int, int], float]
- Type:
k_coupling
-
K-coupling constant between a pair of nuclei. Each key corresponds to a pair of atom indices in the molecule.
- Type:
Dict[Tuple[int, int], float]
- Type: