StateSystem.is_state_system
- static StateSystem.is_state_system(V)[source]
Check if V is a system of pure states.
- Parameters:
V (
Any) – The vector to check.- Returns:
True if V is a system of pure states.
- Return type:
TypeGuard[StateSystem|dict[Any,Any]]