예제 #1
0
파일: state.py 프로젝트: Acebulf/sympy
 def operators(self):
     """Return the operator(s) that this state is an eigenstate of"""
     from operatorset import state_to_operators  # import internally to avoid circular import errors
     return state_to_operators(self)
예제 #2
0
파일: state.py 프로젝트: tuhina/sympy
 def operators(self):
     """Return the operator(s) that this state is an eigenstate of"""
     from operatorset import state_to_operators #import internally to avoid circular import errors
     return state_to_operators(self)