Closed mrlazy1708 closed 7 months ago
Noticed that in psiformer.py, line 448, the logdet calculation for NES is still wrong by multiplying ndets together:
psiformer.py
return batch_logdet_matmul(*orbitals)
A similar issue was fixed for FermiNet in e9f8c64ee170125e625c70390b94019723f8671b.
Thanks for spotting this, it's now fixed
Noticed that in
psiformer.py
, line 448, the logdet calculation for NES is still wrong by multiplying ndets together:A similar issue was fixed for FermiNet in e9f8c64ee170125e625c70390b94019723f8671b.