Skip to content

Fix stimcirq failing to round trip stim's example surface code circui… #2000

Fix stimcirq failing to round trip stim's example surface code circui…

Fix stimcirq failing to round trip stim's example surface code circui… #2000

Annotations

1 warning

build_lib_install

succeeded Jan 27, 2025 in 4m 17s
Set up job
1s
Run actions/checkout@v1
3s
Run mkdir install_dir
0s
Run cmake . -DCMAKE_INSTALL_PREFIX=install_dir
1s
Run make -j 2
4m 9s
Run make install
1s
Run echo -e '#include "stim.h"\nint main(int argc,const char **argv) {return !stim::find_bool_argument("test", argc, argv);}' > test.cc
0s
Run g++ -std=c++20 test.cc install_dir/lib/libstim.a -I install_dir/include
1s
Run ./a.out test
0s
Run echo -e "H 0 \n CNOT 0 1 \n M 0 1" | install_dir/bin/stim --sample
0s
Complete job
0s