Make C4v rotation and reflection symmetry checks into warnings#385
Make C4v rotation and reflection symmetry checks into warnings#385pbrehmer wants to merge 5 commits into
Conversation
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
lkdvos
left a comment
There was a problem hiding this comment.
Looks good to me, although I guess the checks will still error for that particular case right?
In the case of #380, there will still be errors because there I explicitly call the |
|
Well nevermind, indeed it is still erroring. I forgot that |
Here we swap out
ArgumentErrors for@warns in the input checks forC4vCTMRGin case the PEPS is not rotation or Hermitian reflection symmetric. This may be relevant in cases such as #380, where the previous checks were too restrictive.