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
xacc
Commits
9d5c25b6
Commit
9d5c25b6
authored
May 29, 2020
by
Mccaskey, Alex
Browse files
Merge branch 'master' of
https://github.com/eclipse/xacc
parents
a250f470
7340c425
Pipeline
#104322
passed with stage
in 9 minutes and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
quantum/gate/ir/CommonGates.hpp
View file @
9d5c25b6
...
...
@@ -387,7 +387,7 @@ public:
:
Gate
(
"CPhase"
,
qbits
,
std
::
vector
<
InstructionParameter
>
{
InstructionParameter
(
0.0
)})
{}
const
int
nRequiredBits
()
const
override
{
return
1
;
}
const
int
nRequiredBits
()
const
override
{
return
2
;
}
DEFINE_CLONE
(
CPhase
)
DEFINE_VISITABLE
()
...
...
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