Skip to content

Commit

Permalink
Fixes names
Browse files Browse the repository at this point in the history
  • Loading branch information
y4izus committed Nov 5, 2024
1 parent c10853f commit 19c0927
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import networkx as nx
from networkx.exception import NetworkXError

from ai_transpiler import LinearFunctionInference
from qiskit_ibm_ai_local_transpiler import AILinearFunctionInference

from typing import Union, List

Expand Down Expand Up @@ -112,7 +112,7 @@ def get_synthesized_linear_function_circuits(
# Generate the Clifford from the dictionary to send it to the model and permute it
clifford = perm_cliff(Clifford.from_dict(clifford_dicts[index]), subgraph_perm)

synthesized_linear_function = LinearFunctionInference().synthesize(
synthesized_linear_function = AILinearFunctionInference().synthesize(
cliff=clifford, coupling_map_hash=cmap_hash
)

Expand Down

0 comments on commit 19c0927

Please sign in to comment.