Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

fix boolean logic circuit construction #819

Merged
merged 4 commits into from
Feb 13, 2020

Conversation

hushaohan
Copy link
Contributor

@hushaohan hushaohan commented Feb 12, 2020

fix circuit construction for cases where a single clause contains two literals of the same variable of different signs, e.g.: (x & -x ...), or (x | -x ...)

closes #811

@manoelmarques manoelmarques merged commit c643f10 into qiskit-community:master Feb 13, 2020
@hushaohan hushaohan deleted the blc branch February 13, 2020 14:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LogicalExpressionOracle creates wrong circuit sometimes
3 participants