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
Describe the bug
Im trying to use qiskit_aer, which is a python package, from Julia.
First I add the dependencies, which results in my CondaPkg.toml to look like this:
Affects: PythonCall
Describe the bug
Im trying to use qiskit_aer, which is a python package, from Julia.
First I add the dependencies, which results in my CondaPkg.toml to look like this:
Then I load it:
Now I can create an simulator object:
And I can see all its attributes when pressing tab for auto compleation:
julia> test. _AVAILABLE_DEVICES _AVAILABLE_METHODS _BASIS_GATES _CUSTOM_INSTR _DEFAULT_CONFIGURATION _SIMULATION_DEVICES _SIMULATION_METHODS __abstractmethods__ __class__ __delattr__ __dict__ __dir__ __doc__ __eq__ __format__ __ge__ __getattribute__ __getstate__ __gt__ __hash__ __init__ __init_subclass__ __le__ __lt__ __module__ __ne__ __new__ __reduce__ __reduce_ex__ __repr__ __setattr__ __sizeof__ __slots__ __str__ __subclasshook__ __weakref__ _abc_impl _assemble_noise_model _basis_gates _cached_basis_gates _check_basis_gates _compile _configuration _controller _convert_binds _convert_circuit_binds _coupling_map _default_options _execute_circuits _execute_circuits_job _format_results _from_backend _get_executor _instruction_schedule_map _mapping _options _options_configuration _options_properties _properties _provider _run_circuits _set_configuration_option _set_method_config _set_properties_option _target acquire_channel available_devices available_methods backend_version clear_options configuration control_channel coupling_map description drive_channel dt dtm from_backend instruction_durations instruction_schedule_map instructions max_circuits meas_map measure_channel name num_qubits online_date operation_names operations options properties provider qubit_properties run set_max_qubits set_option set_options status target
So far it works great. Now the bug occurs when I actually want to get one of these attributes:
I would expect this to just return a number. The attribute existes, see docs.
Your system
The text was updated successfully, but these errors were encountered: