Cove - A Practical Quantum Computer Programming Framework
SetLocation Method (Location)
NamespacesCove.LocalSimulationQuantumRegisterSetLocation(String)
Set the location of the quantum resource. Note that this resets the state of all of the qubits.
Declaration Syntax
C#Visual BasicVisual C++
public void SetLocation(
	string Location
)
Public Sub SetLocation ( _
	Location As String _
)
public:
virtual void SetLocation(
	String^ Location
) sealed
Parameters
Location (String)
The location of the quantum resource
Remarks
This sets the locations of all the qubits used by this resource.
Exceptions
ExceptionCondition
ArgumentExceptionThe local host is the only valid location for the local simulation.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)