From 246f8d94c0183e9ab467ee9a9cb5f19d8ed66f02 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Thu, 13 Feb 2025 19:20:58 -0800 Subject: [PATCH] DCO Remediation Commit for Anna Gringauze I, Anna Gringauze , hereby add my Signed-off-by to this commit: 6c075bef38c08d0a8174efb82744e0974a4f661e Signed-off-by: Anna Gringauze --- python/tests/backends/test_Ionq_LocalEmulation_kernel.py | 2 +- python/tests/kernel/test_kernel_uccsd.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python/tests/backends/test_Ionq_LocalEmulation_kernel.py b/python/tests/backends/test_Ionq_LocalEmulation_kernel.py index 611a2f22e0..84a7b2bb07 100644 --- a/python/tests/backends/test_Ionq_LocalEmulation_kernel.py +++ b/python/tests/backends/test_Ionq_LocalEmulation_kernel.py @@ -7,6 +7,7 @@ # ============================================================================ # import cudaq +import cudaq.kernels import pytest import os from typing import List @@ -23,7 +24,6 @@ def configureTarget(): def test_Ionq_cudaq_uccsd(): - import cudaq.kernels.uccsd num_electrons = 2 num_qubits = 8 diff --git a/python/tests/kernel/test_kernel_uccsd.py b/python/tests/kernel/test_kernel_uccsd.py index 9ddd198ab0..ed2ec0337d 100644 --- a/python/tests/kernel/test_kernel_uccsd.py +++ b/python/tests/kernel/test_kernel_uccsd.py @@ -10,8 +10,7 @@ import os from typing import List import cudaq -import cudaq.kernels.uccsd - +import cudaq.kernels def test_cudaq_uccsd():