Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finshed Lemma A24 #29

Merged
merged 13 commits into from
Feb 25, 2024
Merged

Finshed Lemma A24 #29

merged 13 commits into from
Feb 25, 2024

Conversation

nvaishampayan517
Copy link
Collaborator

Finished lemma A24

Added controlled unit properties of gates in gatehelpers.

Moved more lemmas out of explicit decomps. Maybe this file should be eliminated at some point.

@@ -1,4 +1,7 @@
Require Import QuantumLib.Complex.
(* @Kyle: this Matrix dependency is for just 1 thing. Maybe better to rewrite the sub_mul_mod
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which Lemma(s) are needed from Matrix? It seems like you've already moved over nat_tight_bound and sub_mod_equiv

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait this is from QuantumLib.Matrix; what's the import for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its sub_mul_mod

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see; I feel like it's fine because we aren't introducing any potential cyclic dependency issues as we are pulling from QuantumLib, not reorganizing code in our own codebase.

MatrixHelpers.v Outdated Show resolved Hide resolved
OtherProperties.v Show resolved Hide resolved
@kylechui kylechui merged commit 4ea30cd into main Feb 25, 2024
1 check passed
@kylechui kylechui deleted the a24 branch February 25, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants