You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
With resolving #35 in April, we made a lot of progress on making the libraries more consistent, more discoverable, and easier to use. It would be good to continue that effort by using new Q# features like UDT named items, namespace aliases, and attributes (microsoft/qsharp-compiler#169) to make the APIs for data structures in the simulation and amplitude amplification namespaces easier to use.
Remove AmpAmp prefix from function and operation names in Microsoft.Quantum.AmplitudeAmplification (redundant with namespace name).
Rename functions in Microsoft.Quantum.AmplitudeAmplification to use only noun or adjective pharases.
Rename operations in Microsoft.Quantum.AmplitudeAmplification to use only verb phrases.
Ensure that UDTs in Microsoft.Quantum.AmplitudeAmplification have named items.
Refactor Microsoft.Quantum.Simulation to move all type conversion functions that act on basic types to Microsoft.Quantum.Convert, use XAsY naming scheme.
Refactor Microsoft.Quantum.Simulation to rename type conversion functions specific to simulation data to use XAsY naming scheme.
Ensure that UDTs in Microsoft.Quantum.Simulation have named items.
Remove "accessor functions" such as GetGeneratorSystemFunction in favor of UDT named item accessor notation.