Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reference implementation of EstimatorV2 #11227
Add reference implementation of EstimatorV2 #11227
Changes from all commits
0e428a9
5564603
14c3ff3
4698d74
a074c82
a3d7643
c18b209
cc27a64
9d59318
556aec2
2325224
200ef36
a679f17
55122f4
9ffda4e
8cfc8ff
18e7395
cd5b70f
f075b4e
90447be
18053bd
998547e
c3fd89a
2bc2655
dfcc996
ce01d8f
199aeaa
388d2bf
7777dea
5d320e9
5307922
bcdf842
b6d9376
48bddad
3066fb1
4bbb67f
321cd14
db9e22a
63ed918
3db0063
e0101f4
9046da8
75ca51c
dea7b3b
a5d1e55
b2b74e4
3d694ac
4d917c6
c12bb3c
8387f27
5bb3833
1d37ddb
a095154
bfaf4c0
105551d
47b2302
71a814a
1aa8e4a
d37ce1b
c2c97dd
8e26f18
49a1275
f30debb
10648a7
00a7acf
98af76c
a128546
dbf4363
5d2ae1b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to make sure
expectation_value
is float to usenormal
. Otherwise, it raises an error as follows.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. You are right. Actually, I haven't validate this since V1.