CQCL / qbm_benchmark_dataset

A simple python package to benchmark Quantum Boltzmann Machine models using Stochastic Gradient Descent. Based on the quantum many-body physics package `quimb`
Apache License 2.0
1 stars 0 forks source link

Geometrically local and fully connected hamiltonians in `hamiltonians.py` #6

Closed erinaldiq closed 11 months ago

erinaldiq commented 1 year ago

We need to define QBM models that are more expressive. In particular we want to use the following from http://arxiv.org/abs/2306.14969

  1. Geometrically local in 1D and 2D as defined in Equation (15):
  2. Fully connected as defined in Equation (16)
erinaldiq commented 11 months ago

Closed with #9