pygsti.report.Results.__init__

Results.__init__(templatePath=None, latexCmd='pdflatex')

Initialize a Results object.

Parameters:
  • templatePath (string or None, optional) – A local path to the stored GST report template files. The default value of None means to use the default path, which is almost always what you want.
  • latexCmd (string or None, optional) – The system command used to compile latex documents.