Skip to content

Commit

Permalink
tower to chebyshev
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmoutinho committed Oct 16, 2023
1 parent 6e04ca4 commit bbe8f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadence/constructors/feature_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def feature_map(
elif fm_type == "chebyshev":
fm_type = BasisFeatureMap.CHEBYSHEV
elif fm_type == "tower":
fm_type = BasisFeatureMap.FOURIER
fm_type = BasisFeatureMap.CHEBYSHEV
reupload_scaling = ScalingFeatureMap.TOWER

if isinstance(param, Parameter):
Expand Down

0 comments on commit bbe8f18

Please sign in to comment.