Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 269 Bytes

File metadata and controls

9 lines (9 loc) · 269 Bytes

// basic info result += "["; result += std::to_string(get_num_qubits()); result += ","; result += std::to_string(get_num_input_parameters()); result += ","; result += std::to_string(get_num_total_parameters()); result += ","; result += std::to_string(get_num_gates());