class QPanda::QMachineTypeTarnfrom

Quantum machine type and name transformation.

#include <Factory.h>

class QMachineTypeTarnfrom
{
public:
    // methods

    static QMachineTypeTarnfrom& getInstance();
    std::string operator [] (QMachineType type);
    QMachineType operator [] (std::string gate_name);
};