Page 1 of 1

How Do I implement fermionic parity?

Posted: 03 Mar 2026, 18:11
by Rodriguez1
Hi, I'm new to the forum.
I'm currently working on the Kitaev chain, and introducing fermionic parity symmetry would be very useful to speed up my code, but I'm not sure how to do it.
Could somebody give me an idea?

Re: How Do I implement fermionic parity?

Posted: 19 Mar 2026, 15:17
by Jakob
See https://tenpy.readthedocs.io/en/latest/ ... igner.html

If you use FermionSite, it is probably enough to just put conserve=“parity“ in your model parameters

Re: How Do I implement fermionic parity?

Posted: 08 Apr 2026, 02:32
by Rodriguez1
Thanks