TargetProfile Class

A Q# target profile.

A target profile describes the capabilities of the hardware or simulator which will be used to run the Q# program.

Constructor

TargetProfile()

Methods

from_str

Creates a target profile from a string. :param value: The string to parse. :raises ValueError: If the string does not match any target profile.

from_str

Creates a target profile from a string. :param value: The string to parse. :raises ValueError: If the string does not match any target profile.

from_str()

Parameters

Name Description
key
Required

Attributes

Adaptive_RI

Adaptive_RI = TargetProfile.Adaptive_RI

Adaptive_RIF

Adaptive_RIF = TargetProfile.Adaptive_RIF

Adaptive_RIFLA

Adaptive_RIFLA = TargetProfile.Adaptive_RIFLA

Base

Base = TargetProfile.Base

Unrestricted

Unrestricted = TargetProfile.Unrestricted