Skip to content

Commit

Permalink
DCO Remediation Commit for Anna Gringauze <[email protected]>
Browse files Browse the repository at this point in the history
I, Anna Gringauze <[email protected]>, hereby add my Signed-off-by to this commit: 6c075be

Signed-off-by: Anna Gringauze <[email protected]>
  • Loading branch information
annagrin committed Feb 14, 2025
1 parent 0f0fc21 commit 246f8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/tests/backends/test_Ionq_LocalEmulation_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# ============================================================================ #

import cudaq
import cudaq.kernels
import pytest
import os
from typing import List
Expand All @@ -23,7 +24,6 @@ def configureTarget():


def test_Ionq_cudaq_uccsd():
import cudaq.kernels.uccsd

num_electrons = 2
num_qubits = 8
Expand Down
3 changes: 1 addition & 2 deletions python/tests/kernel/test_kernel_uccsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
import os
from typing import List
import cudaq
import cudaq.kernels.uccsd

import cudaq.kernels

def test_cudaq_uccsd():

Expand Down

0 comments on commit 246f8d9

Please sign in to comment.