added core code, README, and testing scripts
authorLucas K <lkocia@s3miclassical.com>
Tue, 22 Dec 2020 22:54:55 +0000 (14:54 -0800)
committerLucas K <lkocia@s3miclassical.com>
Tue, 22 Dec 2020 22:54:55 +0000 (14:54 -0800)
commitf36d60f8c85e0879a7d2b52e816638d2b4fdf86a
treefa8d65c68dd69633b141ee9070a5092e2b73cfa2
parenta85d4d567fc589503c5e263e1520295c8d433a45
added core code, README, and testing scripts
38 files changed:
Makefile [new file with mode: 0644]
Pd.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
exponentialsum.c [new file with mode: 0644]
exponentialsum.h [new file with mode: 0644]
extend.c [new file with mode: 0644]
extend.h [new file with mode: 0644]
innerproduct.c [new file with mode: 0644]
innerproduct.h [new file with mode: 0644]
matrix.c [new file with mode: 0644]
matrix.h [new file with mode: 0644]
measurepauli.c [new file with mode: 0644]
measurepauli.h [new file with mode: 0644]
multipauli.c [new file with mode: 0644]
randominputPauli.c [new file with mode: 0644]
randominputcommutingHermitianPauli.c [new file with mode: 0644]
randominputcommutingHermitianPauli2.c [new file with mode: 0644]
randomstabilizerstate.c [new file with mode: 0644]
randomstabilizerstate.h [new file with mode: 0644]
shrink.c [new file with mode: 0644]
shrink.h [new file with mode: 0644]
shrinkstar.c [new file with mode: 0644]
shrinkstar.h [new file with mode: 0644]
strongsim.c [new file with mode: 0644]
strongsim1.c [new file with mode: 0644]
strongsim12.c [new file with mode: 0644]
strongsim12_relerr.c [new file with mode: 0644]
strongsim1_relerr.c [new file with mode: 0644]
strongsim2.c [new file with mode: 0644]
strongsim2_relerr.c [new file with mode: 0644]
strongsim3.c [new file with mode: 0644]
strongsim3_relerr.c [new file with mode: 0644]
strongsim6.c [new file with mode: 0644]
strongsim6_relerr.c [new file with mode: 0644]
strongsim_relerr.c [new file with mode: 0644]
test.bash [new file with mode: 0644]
test2.bash [new file with mode: 0644]
timing.bash [new file with mode: 0644]