-
Notifications
You must be signed in to change notification settings - Fork 92
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
Remove Refs to Microsoft.Quantum in Samples and Katas #2030
base: main
Are you sure you want to change the base?
Conversation
ScottCarda-MS
commented
Nov 15, 2024
•
edited
Loading
edited
- Removed references to Microsoft.Quantum.Unstable libraries from Samples.
- Removed references to Microsoft.Quantum libraries from Katas.
- Renamed Microsoft.Quantum.Katas namespace to KatasUtils, but left in reexports from Microsoft.Quantum.Katas for legacy solutions.
- Corrected some minor spelling and capitalization typos in the Samples and Katas.
Change in memory usage detected by benchmark. Memory Report for b793e70
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a closer review of the library and samples, and spot checked the katas (there's a lot of those!). Seems ready to me!
katas/content/complex_arithmetic/polar_multiplication/Verification.qs
Outdated
Show resolved
Hide resolved
It all looks good in general, but autoformatting of literal strings and lists made the code less readable. I would prefer that old formatting be kept in many cases. |
Change in memory usage detected by benchmark. Memory Report for c223117
|
Change in memory usage detected by benchmark. Memory Report for 5a04b69
|
Change in memory usage detected by benchmark. Memory Report for 2612222
|
Change in memory usage detected by benchmark. Memory Report for 17c1327
|
Change in memory usage detected by benchmark. Memory Report for 8624076
|
Change in memory usage detected by benchmark. Memory Report for 20e1eec
|