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