Skip to content

Commit

Permalink
remove unused variable from example
Browse files Browse the repository at this point in the history
Signed-off-by: Melody Ren <melodyr@nvidia.com>
  • Loading branch information
melody-ren committed Jan 6, 2025
1 parent e515184 commit 6c7a3c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
int main() {
auto steane = cudaq::qec::get_code("steane");
auto Hz = steane->get_parity_z();
cudaqx::heterogeneous_map params;
std::vector<size_t> t_shape = Hz.shape();

std::cout << "Hz.shape():\n";
Expand Down

0 comments on commit 6c7a3c6

Please sign in to comment.