unfold_s8_to_s4#

unfold_s8_to_s4(eri, *, validate=True)[ソース]#

Unfolds an 8-fold symmetric tensor to 4-fold symmetries (2-dimensional).

パラメータ:
  • eri (Tensor | ndarray | SparseArray) – the 1-dimensional tensor to unfold.

  • validate (bool) – when set to False, the requirements of eri are not validated.

戻り値:

A 4-fold symmetric tensor.

例外:

ValueError – if eri is not 1-dimensional.

戻り値の型:

S4Integrals