From 0bdbcdca5fc0b0de1476fb64cac3686e7235412c Mon Sep 17 00:00:00 2001 From: meandmytram Date: Thu, 23 Jan 2025 14:33:31 -0500 Subject: [PATCH] change script naming convention --- examples/decoding/{classical_ldpc.sh => classical_ldpc_cc.sh} | 0 examples/decoding/{cleanup.sh => cleanup_cc.sh} | 0 examples/decoding/{quantum_csp.sh => quantum_csp_cc.sh} | 0 ...tum_hypergraph_product.sh => quantum_hypergraph_product_cc.sh} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename examples/decoding/{classical_ldpc.sh => classical_ldpc_cc.sh} (100%) rename examples/decoding/{cleanup.sh => cleanup_cc.sh} (100%) rename examples/decoding/{quantum_csp.sh => quantum_csp_cc.sh} (100%) rename examples/decoding/{quantum_hypergraph_product.sh => quantum_hypergraph_product_cc.sh} (100%) diff --git a/examples/decoding/classical_ldpc.sh b/examples/decoding/classical_ldpc_cc.sh similarity index 100% rename from examples/decoding/classical_ldpc.sh rename to examples/decoding/classical_ldpc_cc.sh diff --git a/examples/decoding/cleanup.sh b/examples/decoding/cleanup_cc.sh similarity index 100% rename from examples/decoding/cleanup.sh rename to examples/decoding/cleanup_cc.sh diff --git a/examples/decoding/quantum_csp.sh b/examples/decoding/quantum_csp_cc.sh similarity index 100% rename from examples/decoding/quantum_csp.sh rename to examples/decoding/quantum_csp_cc.sh diff --git a/examples/decoding/quantum_hypergraph_product.sh b/examples/decoding/quantum_hypergraph_product_cc.sh similarity index 100% rename from examples/decoding/quantum_hypergraph_product.sh rename to examples/decoding/quantum_hypergraph_product_cc.sh