You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2024. It is now read-only.
The
ParamStoreAPI currently supports both specifying keys as dictionary keys:and as attributes:
However, this key/attribute equivalence does not extended to parsing dot notation into full blown nested dictionary hierarchy. More formally:
Steps to reproduce:
Expected result:
Actual result:
AttributeErroris raised complaining aboutqubit1not being an attribute.We should consider augmenting the
InProcessParamStoreimplementation so that it fulfills the above expectation.