Skip to content

Example repository demonstrating how to integrate XACC with existing or new application

Notifications You must be signed in to change notification settings

ORNL-QCI/xacc_application_example

Repository files navigation

Demonstration of integrating XACC with existing or new application

Here we provide an example CMakeLists.txt file that demonstrates how to import the XACC CMake target. To build run the following

$ mkdir build && cd build
$ cmake .. -DXACC_DIR=$HOME/.xacc
$ make 
$ ./integration_test

We also provide a script demonstrating how to build and link an application using XACC. See the commands in make.sh.

About

Example repository demonstrating how to integrate XACC with existing or new application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published