This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
MachineLearning: when using a model, the number of available qubits is determined solely by the number of features #284
Open
Description
In Microsoft.Quantum.MachineLearning, there is a NQubitsRequired function which determines the number of qubits used by a model.
Unfortunately, this function is not used. Instead, only the qubits necessary to encode a sample are made available to the model, and it cannot use any additional qubits.