https://github.com/epiqc/ScaffCC
Revision afb4474c4e8bcb56ddb911dfad916ebb0b5cdf3d authored by xinchuan on 17 June 2018, 20:26:34 UTC, committed by xinchuan on 17 June 2018, 20:26:34 UTC
Fix cnot order in Binary_Welded_Tree.
1 parent 3fc47fa
Raw File
Tip revision: afb4474c4e8bcb56ddb911dfad916ebb0b5cdf3d authored by xinchuan on 17 June 2018, 20:26:34 UTC
Fix the order of CNOT in BWT.
Tip revision: afb4474
build.sh
#!/bin/bash

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