Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
qcor
Commits
61802c7b
Commit
61802c7b
authored
Apr 23, 2019
by
Mccaskey, Alex
Browse files
Update h2_ucc1_expgen_vqe.cpp
parent
94b060d8
Pipeline
#50133
passed with stages
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/h2_ucc1_expgen_vqe.cpp
View file @
61802c7b
...
...
@@ -10,7 +10,8 @@ int main(int argc, char **argv) {
auto
geom
=
R"geom(2
H 0.00000 0.00000 0.00000
H 0.00000 0.00000 0.7474)geom"
;
H 0.00000 0.00000 0.7474
)geom"
;
auto
op
=
qcor
::
getObservable
(
"chemistry"
,
{{
"basis"
,
"sto-3g"
},
{
"geometry"
,
geom
}});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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