From 04fbe3806d989b2ceecabb5b3ef3de57ed8963ef Mon Sep 17 00:00:00 2001 From: Shelly Garion Date: Tue, 15 Nov 2022 10:15:20 +0200 Subject: [PATCH] fix init --- qiskit/synthesis/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qiskit/synthesis/__init__.py b/qiskit/synthesis/__init__.py index a4fe84d40786..0f868155647e 100644 --- a/qiskit/synthesis/__init__.py +++ b/qiskit/synthesis/__init__.py @@ -46,3 +46,5 @@ MatrixExponential, QDrift, ) + +from .linear import synth_cnot_depth_line_kms