This branch implements an XACC placement plugin (IRTransformation
)
based on the Enfield library.
-
Build the
Dockerfile
container. TheDockerfile
will install XACC and other required libraries. -
Perform a standard build, i.e.
mkdir build && cd build
cmake ..
make install
- Run the unit test to veify the plugin if neeed:
ctest