QuantumLibraries
QuantumLibraries copied to clipboard
Q# libraries for the Quantum Development Kit
**Describe the bug** FixedPointReflectionPhases returns phases to amplify the block of a StateOracle whereas the Q# documentation states that a StateOracle encodes information in its block: [StateOracle documentation](https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.oracles.stateoracle) **To Reproduce**...
**Describe the bug** Expanded dataset. 14 Training data inputs,14 Validation data inputs. Each data point has 29 features: [ 65389, 80, 420, 3, etc, etc up to 28 items ],...
**Is your feature request related to a problem? Please describe.** We have a requirement to use Faster Amplitude Estimation as part of code being developed regarding training a Quantum Neural...
I think I can't use the Bound function as mentioned in the guide below. **let bound = Bound([U, V]); bound(x);** The following error message is shown. **Couldn't match type (Qubit...
**Describe the bug** Under Jupyter, when 8 or more Qubits used, DumpMachine sometimes outputs 8-bit row labels, sometimes 16-bit labels. **To Reproduce** Run these two cells under Jupyter: ``` open...
**Describe the bug** The function executes as if it were (increment+target) -modulus, not the (increment+target) %modulus in the description document **Testcase** ``` namespace NISLNameSpace { open Microsoft.Quantum.Intrinsic; open Microsoft.Quantum.Measurement; open...
fix https://github.com/microsoft/QuantumLibraries/issues/672 Please review issue https://github.com/microsoft/QuantumLibraries/issues/672 and review the pr
When I create a bell state using two qubits and use DumpRegister to dump one of the qubit states, there is nothing in the console. However, the documentation mentioned that...
**Describe the bug** When running the following Q# program, the result of running on ToffoliSimulator is different from running on QuantumSimulator and SparseSimulator. This behavior might be due to the...
# Positive and negative problems of the tolerance parameter in LocalUnivariateMinimum ## Conceptual overview 1. When calling the LocalUnivariateMinimum function, the search will never stop if the tolerance input is...