Set the location of the quantum resource. Note that this resets
the state of all of the qubits.
| C# | Visual Basic | Visual C++ |
public void SetLocation( string Location )
Public Sub SetLocation ( _ Location As String _ )
public: virtual void SetLocation( String^ Location ) sealed
- Location (String)
- The location of the quantum resource
This sets the locations of all the qubits used by this resource.
| Exception | Condition |
|---|---|
| ArgumentException | The local host is the only valid location
for the local simulation. |