https://github.com/epiqc/ScaffCC
Revision 1eaa9008431622e7a666717bc7dff19262744329 authored by Yipeng Huang on 11 September 2018, 15:34:01 UTC, committed by Yipeng Huang on 11 September 2018, 15:34:01 UTC
1 parent 411b12e
Raw File
Tip revision: 1eaa9008431622e7a666717bc7dff19262744329 authored by Yipeng Huang on 11 September 2018, 15:34:01 UTC
Code that implements Whitfield et. al paper on the hydrogen molecule ground state estimation.
Tip revision: 1eaa900
build.sh
#!/bin/bash

cd rkqc/
./build.sh
cd ../
make
back to top