cgustin99 / OpenParticle

OpenParticle
2 stars 0 forks source link

Add .strip() such that I * op returns op and op * I returns op #19

Closed cgustin99 closed 3 months ago

cgustin99 commented 3 months ago

After this PR, identity operators will be implemented into the source code. This allows $A \times \mathbb{1} = \mathbb{1} \times A = A$.