diff --git a/src/tensor/tensor.hpp b/src/tensor/tensor.hpp index c5c885c8..cb8c21ca 100644 --- a/src/tensor/tensor.hpp +++ b/src/tensor/tensor.hpp @@ -768,8 +768,7 @@ void Tensor
::solovay_kitaev_decompose() { // TODO - Move your code here, you may also create new files src/tensor/ std::cout << "gate list depth : " << std::endl; - int depth; - std::cin >> depth; + int depth = 10; std::vector> bin_list; std::cout <