qiskit.providers.ibmq.experiment.IBMExperimentService.save_preferences¶
- IBMExperimentService.save_preferences(auto_save=None)[Quellcode]¶
Stores experiment preferences on disk.
Bemerkung
These are preferences passed to the applications that use this service and have no effect on the service itself.
For example, if
auto_save
is set toTrue
, it tells the application, such asqiskit-experiments
, that you prefer changes to be automatically saved. It is up to the application to implement the preferences.- Parameter
auto_save (
Optional
[bool
]) – Automatically save the experiment.- Rückgabetyp
None