This repository contains source code of the paper "Are neural quantum states good at solving non-stoquastic Hamiltonians."
Exact diagonalization is implemented using our custom C++ library ExactDiagonalization and Arpack interface ArpackSolver.hpp. It saves the ground state in a binary format.
RBM codes are written in C++ using Yannq.
For supervised learning, we have used Google JAX. To load the saved ground states, we implemented the python interface to the Basis1DZ2
class of the ExactDiagonalization library using pybind11.