+

In addition to the public abstract methods, subclasses should also implement the following + private methods:

+
+
+ classmethod _default_options()[source]
+

Return the default options

+

This method will return a qiskit.providers.Options + subclass object that will be used for the default options. These + should be the default parameters to use for the options of the + backend.

+
+
Returns:
+

+
A options object with

default values set

+
+
+

+
+
Return type:
+

qiskit.providers.Options

+
+
+
+