pygsti.protocols.protocol.run_default_protocols#
- run_default_protocols(data, memlimit=None, comm=None)#
Run the default protocols for the data-tree rooted at data.
- Parameters:
data (ProtocolData) – the data to run default protocols on.
memlimit (int, optional) – A rough per-processor memory limit in bytes.
comm (mpi4py.MPI.Comm, optional) – When not
None, an MPI communicator used to run the protocols in parallel.
- Return type: