Skip to content

Commit

Permalink
test ok
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfr-KY committed Jan 7, 2025
1 parent 160c050 commit 31f2779
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
36 changes: 18 additions & 18 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
cmake_minimum_required(VERSION 3.21)

target_sources(scaluq PRIVATE
# circuit/circuit.cpp
# gate/merge_gate.cpp
# gate/gate_matrix.cpp
# gate/gate_pauli.cpp
# gate/gate_probablistic.cpp
# gate/gate_standard.cpp
# gate/gate.cpp
# gate/param_gate.cpp
# gate/param_gate_pauli.cpp
# gate/param_gate_probablistic.cpp
# gate/param_gate_standard.cpp
# gate/param_gate.cpp
# gate/update_ops_dense_matrix.cpp
# gate/update_ops_sparse_matrix.cpp
# gate/update_ops_standard.cpp
circuit/circuit.cpp
gate/merge_gate.cpp
gate/gate_matrix.cpp
gate/gate_pauli.cpp
gate/gate_probablistic.cpp
gate/gate_standard.cpp
gate/gate.cpp
gate/param_gate.cpp
gate/param_gate_pauli.cpp
gate/param_gate_probablistic.cpp
gate/param_gate_standard.cpp
gate/param_gate.cpp
gate/update_ops_dense_matrix.cpp
gate/update_ops_sparse_matrix.cpp
gate/update_ops_standard.cpp
state/state_vector.cpp
state/state_vector_batched.cpp
# operator/apply_pauli.cpp
# operator/pauli_operator.cpp
# operator/operator.cpp
operator/apply_pauli.cpp
operator/pauli_operator.cpp
operator/operator.cpp
util/utility.cpp
kokkos.cpp
types.cpp
Expand Down
16 changes: 8 additions & 8 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ cmake_minimum_required(VERSION 3.21)
enable_testing()

add_executable(scaluq_test EXCLUDE_FROM_ALL
# circuit/circuit_test.cpp
# circuit/param_circuit_test.cpp
# gate/gate_test.cpp
# gate/batched_gate_test.cpp
# # # gate/merge_test.cpp
# gate/param_gate_test.cpp
# operator/test_pauli_operator.cpp
# operator/test_operator.cpp
circuit/circuit_test.cpp
circuit/param_circuit_test.cpp
gate/gate_test.cpp
gate/batched_gate_test.cpp
gate/merge_test.cpp
gate/param_gate_test.cpp
operator/test_pauli_operator.cpp
operator/test_operator.cpp
state/state_vector_test.cpp
state/state_vector_batched_test.cpp
)
Expand Down

0 comments on commit 31f2779

Please sign in to comment.