Skip to content
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
@abacabadabacaba

Description

@abacabadabacaba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pkg-QMLIssue relates to the Microsoft.Quantum.MachineLearning package.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions