pygsti.report.Results.get_special

Results.get_special(specialName, verbosity=0)

Get a “special item”, which can be almost anything used in report or presentation construction. This method is almost solely used internally by other Results methods.

Parameters:
  • tableName (string) – The name of the special item.
  • verbosity (int, optional) – How much detail to send to stdout.
Returns:

Return type:

special item (type varies)