You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task is to implement input validation for some of the dataclasses in ffsim. This can be made optional using an init-only field called validate: bool and a __post_init__ method. Examples:
UCJOpSpinBalanced, UCJOpSpinUnbalanced, UCJOpSpinless. Check that the orbital rotations are unitary and that the appropriate diagonal Coulomb matrices are symmetric.
Classes in hamiltonians/
The text was updated successfully, but these errors were encountered:
The task is to implement input validation for some of the dataclasses in ffsim. This can be made optional using an init-only field called
validate: bool
and a__post_init__
method. Examples:hamiltonians/
The text was updated successfully, but these errors were encountered: