radtools.ExchangeParameter.yx#
property
- property ExchangeParameter.yx: float#
Value of exchange parameter \(J_{yx}\).
Added in version 0.8.1.
>>> from radtools.spinham import ExchangeParameter >>> J = ExchangeParameter(matrix=[[1, 2, 3], [4, 5, 6], [7, 8, 9]]) >>> J.yx 4.0 >>> J.matrix[1][0] 4.0
- Returns:
- yxfloat
Value of exchange parameter \(J_{yx}\).