XACC
README

This is the Git subtree clone of the QPP project: https://github.com/vsoftco/qpp

Notes for developers:

(1) Subtree set-up commands: (you don't need to do this if pulling from XACC because this has been already done)

1 git remote add -f qpp https://github.com/vsoftco/qpp.git
2 git subtree add --prefix quantum/plugins/qpp/accelerator/src qpp master --squash

(2) Pull/Sync with upstream: subtree pull

1 git fetch qpp master
2 git subtree pull --prefix quantum/plugins/qpp/accelerator/src qpp master --squash