Skip to content

ORNL-QCI/xacc-vqe-bayesopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

XACC-VQE Plugin to perform Bayesian Optimization

Installation

With the XACC framework installed, users can choose a couple ways to install these plugins:

Using CMake and Make without Python support

$ mkdir build && cd build
$ cmake .. -DXACC_DIR=$HOME/.xacc (or wherever you installed XACC)
$ make install

or with Python support

$ cmake .. -DXACC_DIR=$(python -m pyxacc -L)
$ make install

Documentation

Questions, Bug Reporting, and Issue Tracking

Questions, bug reporting and issue tracking are provided by GitHub. Please report all bugs by creating a new issue with the bug tag. You can ask questions by creating a new issue with the question tag.

License

XACC-VQE BayesOpt is licensed - BSD 3-Clause.

About

Bayesian Optimization VQE Backend for XACC-VQE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published