magnopy.SpinHamiltonian.p44#
property
- property SpinHamiltonian.p44#
Parameters of (four spins & four sites) term of the Hamiltonian.
\[\boldsymbol{J}_{4,4}(\boldsymbol{r}_{\nu,\alpha\beta}, \boldsymbol{r}_{\lambda,\alpha\gamma}, \boldsymbol{r}_{\rho,\alpha\varepsilon})\]of the term
\[\begin{split}C_{4,4} \sum_{\substack{\mu, \nu, \alpha, \beta,\\ i, j, u, v}} J^{ijuv}_{4,4}(\boldsymbol{r}_{\nu,\alpha\beta}, \boldsymbol{r}_{\lambda,\alpha\gamma}, \boldsymbol{r}_{\rho,\alpha\varepsilon}) S_{\mu,\alpha}^i S_{\mu+\nu,\beta}^j S_{\mu+\lambda, \gamma}^u S_{\mu+\rho, \varepsilon}^v\end{split}\]- Returns:
- parametersiterator
List of parameters. The list has a form of
[[alpha, beta, gamma, epsilon, nu, lambda, rho, J], ...]
where
alphais an index of the atom located in the (0,0,0) unit cell.betais an index of the atom located in the nu unit cell.gammais an index of the atom located in the lambda unit cell.epsilonis an index of the atom located in the rho unit cell.nudefines the unit cell of the second atom (beta). It is a tuple of 3 integers.lambdadefines the unit cell of the third atom (gamma). It is a tuple of 3 integers.rhodefines the unit cell of the fourth atom (gamma). It is a tuple of 3 integers.Jis a (3, 3, 3, 3) numpy.ndarray.