Mayank447 / Pseudo-Spectral-Discretization

GNU General Public License v3.0
0 stars 1 forks source link

Add twisted boundary conditions for 2D #51

Open chillenzer opened 2 weeks ago

chillenzer commented 2 weeks ago

Just what it says.

As a first step, the Derivative1D code needed a tiny bit of updating to better conform to the interface of FreeFermion2D such that I could re-use the tests.

Mayank447 commented 1 week ago

Both Lattice member function and test return the eigenvalues in spectral space. We never check for the correctness for the reported eigenvalues. I suggest we should do this first (quite easy) as reported in #54 and then merge the PR