Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| forum:data:2020:pes [2020/04/30 12:10] – Created from the form at forum:start Riccardo Piombo | forum:data:2020:pes [2025/11/20 03:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Here is the part of the script where I compute the PES Spectrum. If necessary, I can also send you the part of the code in which the Hamiltonian is defined. | Here is the part of the script where I compute the PES Spectrum. If necessary, I can also send you the part of the code in which the Hamiltonian is defined. | ||
| + | |||
| + | A small clarification: | ||
| < | < | ||
| + | -- number of fermionic spin-orbitals | ||
| + | NF=20 | ||
| + | -- number of bosonic modes | ||
| + | NB=0 | ||
| + | |||
| + | -- 4d spin-orbitals in spherical harmonics basis | ||
| + | IndexDn_4d={ 0, 2, 4, 6, 8} | ||
| + | IndexUp_4d={ 1, 3, 5, 7, 9} | ||
| + | |||
| + | -- Ligand-P spin-orbitals in spherical harmonics basis | ||
| + | IndexDn_Ld={10, | ||
| + | IndexUp_Ld={11, | ||
| + | |||
| --######################################### | --######################################### | ||