QuISP
Loading...
Searching...
No Matches
BellStateAnalyzer.h File Reference
#include <omnetpp.h>
#include "PhotonicQubit_m.h"
#include "backends/Backends.h"
#include "backends/interfaces/IQubit.h"
#include "messages/BSA_ipc_messages_m.h"
#include "modules/PhysicalConnection/BSA/types.h"
#include "utils/ComponentProvider.h"
Include dependency graph for BellStateAnalyzer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PhotonRecord
 
class  quisp::modules::BellStateAnalyzer
 BellStateAnalyzer. More...
 

Namespaces

namespace  quisp
 
namespace  quisp::modules
 

Enumerations

enum class  BSAState : int {
  Idle = 0 , FirstPortArrive , SecondPortArrive , Accepting ,
  AcceptingFirstPort , AcceptingSecondPort
}
 
enum class  PortNumber : int { First = 0 , Second }
 

Enumeration Type Documentation

◆ BSAState

enum class BSAState : int
strong
Enumerator
Idle 
FirstPortArrive 
SecondPortArrive 
Accepting 
AcceptingFirstPort 
AcceptingSecondPort 

◆ PortNumber

enum class PortNumber : int
strong
Enumerator
First 
Second