25 lines
892 B
Plaintext
25 lines
892 B
Plaintext
---
|
||
title: QiskitChemistryError
|
||
description: API reference for qiskit.chemistry.QiskitChemistryError
|
||
in_page_toc_min_heading_level: 1
|
||
python_api_type: exception
|
||
python_api_name: qiskit.chemistry.QiskitChemistryError
|
||
---
|
||
|
||
<span id="qiskit-chemistry-qiskitchemistryerror" />
|
||
|
||
# qiskit.chemistry.QiskitChemistryError
|
||
|
||
<Class id="qiskit.chemistry.QiskitChemistryError" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-aqua/tree/stable/0.8/qiskit/chemistry/qiskit_chemistry_error.py" signature="QiskitChemistryError(*message)" modifiers="exception">
|
||
Class for errors returned by Qiskit’s Chemistry module.
|
||
|
||
Set the error message.
|
||
|
||
### with\_traceback
|
||
|
||
<Function id="qiskit.chemistry.QiskitChemistryError.with_traceback" signature="with_traceback()">
|
||
Exception.with\_traceback(tb) – set self.\_\_traceback\_\_ to tb and return self.
|
||
</Function>
|
||
</Class>
|
||
|