Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
qtzhuang committed Dec 11, 2023
1 parent 43beadc commit 482b315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions quafu/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
from .ansatz import QAOAAnsatz, AlterLayeredAnsatz, QuantumNeuralNetwork
from .estimator import Estimator
from .templates.angle import AngleEmbedding
from .templates.amplitude import AmplitudeEmbedding
from .templates.basic_entangle import BasicEntangleLayers
2 changes: 1 addition & 1 deletion tests/quafu/algorithms/amplitude_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import numpy as np

class TestAmplitudeEmbedding:
"""Example of angle embedding"""
"""Example of amplitude embedding"""

def test_build(self):
num_qubits = 2
Expand Down

0 comments on commit 482b315

Please sign in to comment.