qiskit.providers.ibmq.experiment.IBMExperimentService.save_preferences¶
-
IBMExperimentService.
save_preferences
(auto_save=None)[source]¶ Stores experiment preferences on disk.
Note
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.- Parameters
auto_save (
Optional
[bool
]) – Automatically save the experiment.- Return type
None