Skip to content

Commit 894add1

Browse files
author
Keefe Huang
committed
Remove old CCX test
1 parent f8c4503 commit 894add1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/zx/test_zx_functionality.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,6 @@ TEST_F(ZXFunctionalityTest, Compound) {
219219
EXPECT_TRUE(diag.isIdentity());
220220
}
221221

222-
// TEST_F(ZXFunctionalityTest, UnsupportedMultiControl) {
223-
// using namespace qc::literals;
224-
// qc = qc::QuantumComputation(4);
225-
// qc.mcx({1, 2, 3}, 0);
226-
// EXPECT_FALSE(FunctionalityConstruction::transformableToZX(&qc));
227-
// EXPECT_THROW(const ZXDiagram diag =
228-
// FunctionalityConstruction::buildFunctionality(&qc),
229-
// ZXException);
230-
// }
231-
232222
TEST_F(ZXFunctionalityTest, CRZ) {
233223
using namespace qc::literals;
234224
qc = qc::QuantumComputation(2);

0 commit comments

Comments
 (0)