Skip to content

System-Verification-Lab/DiracWMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Computation using Weighted Model Counting

This is the code for the thesis "Quantum Computation using Weighted Model Counting". The folder wcnf_matrix contains a Python package for performing matrix operations using WMC representations. See the README in this folder for installation and usage instructions.

Experiments

When the wcnf_matrix package is installed, several experiments from the thesis can run. These are contained in the folder experiments. The following commands can be run

python -m experiments.ising # Classical Ising model
python -m experiments.potts # Classical Potts model
python -m experiments.quantum_ising # Transverse-field Ising model

Note that the experiments may need all three solvers DPMC, Cachet, and TensorOrder to be installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published