Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
soranjh committed Jun 21, 2024
1 parent 0ed104a commit 7d37173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/qchem/convert_openfermion.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def to_openfermion(
wires (dict): Custom wire mapping used to convert a PennyLane qubit operator
to the external operator.
Only dictionaries with integer keys (for qubit-to-wire conversion) are accepted.
If None, will use identity map (e.g. 0->0, 1->1, ...).
If ``None``, the identity map (e.g., ``0->0, 1->1, ...``) will be used.
Returns:
(QubitOperator, FermionOperator): OpenFermion operator
Expand Down

0 comments on commit 7d37173

Please sign in to comment.