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
Add type validation for boolean parameters in UHFk solver
- Add _to_bool() helper method for type conversion and validation
- Convert string 'true'/'false' to boolean with warning message
- Raise ValueError for invalid parameter types
- Apply to flag_fock and enable_spin_orbital parameters
0 commit comments