Skip to content

Repository for the paper "Are neural quantum states good at solving non-stoquastic Hamiltonians"

Notifications You must be signed in to change notification settings

chaeyeunpark/are-neural-quantum-states-good

Repository files navigation

Introduction

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.

About

Repository for the paper "Are neural quantum states good at solving non-stoquastic Hamiltonians"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published