Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
d8a5790e
Commit
d8a5790e
authored
Mar 01, 2018
by
Mccaskey, Alex
Browse files
adding setExpectationValueZ method to buffer
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
4319392f
Changes
1
Show whitespace changes
Inline
Side-by-side
xacc/accelerator/AcceleratorBuffer.hpp
View file @
d8a5790e
...
...
@@ -143,6 +143,11 @@ public:
return
aver
;
}
virtual
void
setExpectationValueZ
(
const
double
exp
)
{
XACCLogger
::
instance
()
->
error
(
"AcceleratorBuffer.setExpectationValueZ not "
"implemented. This method is intended for subclasses."
);
}
/**
* Return a read-only view of this Buffer's measurement results
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment