pygsti.io.writers.write_circuit_list

pygsti.io.writers.write_circuit_list#

write_circuit_list(filename, circuits, header=None)#

Write a text-formatted circuit list file.

Parameters:
  • filename (string) – The filename to write.

  • circuits (list of Circuits) – The list of circuits to include in the written dataset.

  • header (string, optional) – Header line (first line of file). Prepended with a pound sign (#), so no need to include one.

Return type:

None