Add simple simulator stub.
This commit is contained in:
parent
a74dfd5f5f
commit
426ea55b3b
23 changed files with 139 additions and 11 deletions
|
@ -1,21 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include "QuantumGate.h"
|
||||
|
||||
class XQuantumGate : public OneInOneOutQuantumGate
|
||||
{
|
||||
public:
|
||||
GateType getGateType() const override
|
||||
{
|
||||
return GateType::X;
|
||||
}
|
||||
};
|
||||
|
||||
class ZQuantumGate : public OneInOneOutQuantumGate
|
||||
{
|
||||
public:
|
||||
GateType getGateType() const override
|
||||
{
|
||||
return GateType::Z;
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue