Skip to content

Commit

Permalink
_zz_feature_map.py reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh20128 committed Oct 1, 2024
1 parent b792440 commit 45e29d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiskit/circuit/library/data_preparation/_zz_feature_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ZZFeatureMap(PauliFeatureMap):
classifier.parameters # 'x' for the data preparation, 'θ' for the SU2 parameters
.. parsed-literal::
.. parsed-literal::
ParameterView([
ParameterVectorElement(x[0]), ParameterVectorElement(x[1]),
Expand All @@ -88,10 +88,10 @@ class ZZFeatureMap(PauliFeatureMap):
classifier.count_ops()
.. parsed-literal::
.. parsed-literal::
OrderedDict([('ZZFeatureMap', 1), ('EfficientSU2', 1)])
"""

@deprecate_func(
Expand Down

0 comments on commit 45e29d9

Please sign in to comment.