File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ struct QuantumDevice {
165165 * @param state A state vector of size 2**len(wires)
166166 * @param wires The wire(s) the operation acts on
167167 */
168- virtual void SetState (DataView<std::complex <double >, 1 > &state , std::vector<QubitIdType> &wires )
168+ virtual void SetState (DataView<std::complex <double >, 1 > &, std::vector<QubitIdType> &)
169169 {
170170 RT_FAIL (" Unsupported functionality" );
171171 }
@@ -176,7 +176,7 @@ struct QuantumDevice {
176176 * @param n Prepares the basis state |n>, where n is an array of integers from the set {0, 1}
177177 * @param wires The wire(s) the operation acts on
178178 */
179- virtual void SetBasisState (DataView<int8_t , 1 > &n , std::vector<QubitIdType> &wires )
179+ virtual void SetBasisState (DataView<int8_t , 1 > &, std::vector<QubitIdType> &)
180180 {
181181 RT_FAIL (" Unsupported functionality" );
182182 }
You can’t perform that action at this time.
0 commit comments