class QPanda::TransformSwapAlgFactory

swap qubit location algorithm factory

#include <TopologyMatch.h>

class TransformSwapAlgFactory
{
public:
    // methods

    TransformSwapAlg* CreateByType(SwapQubitsMethod type);
    static TransformSwapAlgFactory& GetFactoryInstance();
};