pygsti.report.Results.create_general_report_pdf

Results.create_general_report_pdf(confidenceLevel=None, filename='auto', title='auto', datasetLabel='auto', suffix='', tips=False, verbosity=0, comm=None)

Create a “general” GST report. This report is suited to display results for any number of qubits, and is detailed in the sense that it includes background and explanation text to help the user interpret the contained results.

Parameters:
  • confidenceLevel (float, optional) – If not None, then the confidence level (between 0 and 100) used in the computation of confidence regions/intervals. If None, no confidence regions or intervals are computed.
  • filename (string, optional) – The output filename where the report file(s) will be saved. Specifying “auto” will use the default directory and base name (specified in set_additional_info) if given, otherwise the file “GSTReport.pdf” will be output to the current directoy.
  • title (string, optional) – The title of the report. “auto” uses a default title which specifyies the label of the dataset as well.
  • datasetLabel (string, optional) – A label given to the dataset. If set to “auto”, then the label will be the base name of the dataset filename without extension (if given) or “$mathcal{D}$” (if not).
  • suffix (string, optional) – A suffix to add to the end of the report filename. Useful when filename is “auto” and you generate different reports using the same dataset.
  • tips (boolean, optional) – If True, additional markup and tooltips are included in the produced PDF which indicate how tables and figures in the report correspond to members of this Results object. These “tips” can be useful if you want to further manipulate the data contained in a table or figure.
  • verbosity (int, optional) – How much detail to send to stdout.
  • comm (mpi4py.MPI.Comm, optional) – When not None, an MPI communicator for distributing the computation across multiple processors.
Returns:

Return type:

None