Split util_bloqs.py into individual files#1006
Merged
tanujkhattar merged 13 commits intoquantumlib:mainfrom May 29, 2024
Merged
Split util_bloqs.py into individual files#1006tanujkhattar merged 13 commits intoquantumlib:mainfrom
util_bloqs.py into individual files#1006tanujkhattar merged 13 commits intoquantumlib:mainfrom
Conversation
…bloqs_split_three', 'util_bloqs_split_four', 'util_bloqs_split_five', 'util_bloqs_split_six', 'util_bloqs_split_seven' and 'util_bloqs_split_eight' into util_bloqs_split
…il_bloqs_split
fdmalone
reviewed
May 29, 2024
| @@ -0,0 +1,34 @@ | |||
| # Copyright 2023 Google LLC | |||
Collaborator
Author
There was a problem hiding this comment.
Hahah, nice! These files were "moved" from the original file via git mv, so the git history is preserved so git blame should show that these files were created in 2023 :)
(qualtran2) tanujkhattar@tanujkhattar-mac:[~/quantum/Qualtran]: 11:57 AM :git blame qualtran/bloqs/bookkeeping/free_test.py
497881850 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-17 11:23:04 -0700 1) # Copyright 2023 Google LLC
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 2) #
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 3) # Licensed under the Apache License, Version 2.0 (the "License");
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 4) # you may not use this file except in compliance with the License.
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 5) # You may obtain a copy of the License at
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 6) #
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 7) # https://www.apache.org/licenses/LICENSE-2.0
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 8) #
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 9) # Unless required by applicable law or agreed to in writing, software
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 10) # distributed under the License is distributed on an "AS IS" BASIS,
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 11) # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 12) # See the License for the specific language governing permissions and
43d371038 qualtran/bloqs/util_bloqs_test.py (Matthew Harrigan 2023-07-12 11:02:27 -0700 13) # limitations under the License.
fdmalone
approved these changes
May 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of a larger effort to organize bloqs.
Uses octopus merging strategy to preserve file history.
Final PR as part of bloq organization and Fixes #979