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
13c6e0fa
Commit
13c6e0fa
authored
Jun 12, 2020
by
Mccaskey, Alex
Browse files
turning the adapt test back on
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
6703c3ea
Pipeline
#106728
failed with stage
in 17 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
quantum/plugins/algorithms/adapt_vqe/tests/AdaptVQETester.cpp
View file @
13c6e0fa
...
...
@@ -66,7 +66,7 @@ TEST(AdaptVQETester, checkSimple) {
std
::
make_pair
(
"nElectrons"
,
2
)}));
adapt_vqe
->
execute
(
buffer
);
//
EXPECT_NEAR(-1.13717, buffer->getInformation("opt-val").as<double>(), 1e-4);
EXPECT_NEAR
(
-
1.13717
,
buffer
->
getInformation
(
"opt-val"
).
as
<
double
>
(),
1e-4
);
}
...
...
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