Skip to content

Commit 8588662

Browse files
authored
Merge branch 'master' into cancel-workflow-bump
2 parents e4311f5 + caf3227 commit 8588662

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

doc/introduction/chemistry.rst

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Utility functions
255255
~pennylane.qchem.givens_decomposition
256256
~pennylane.qchem.hf_state
257257
~pennylane.import_operator
258+
~pennylane.qchem.mol_data
258259
~pennylane.qchem.read_structure
259260

260261
:html:`</div>`

doc/releases/changelog-dev.md

+3
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@
259259

260260
<h3>Documentation</h3>
261261

262+
* Added hyperlink text for an URL in the `qml.qchem.mol_data` docstring.
263+
[(#3644)](https://github.com/PennyLaneAI/pennylane/pull/3644)
264+
262265
<h3>Bug fixes</h3>
263266

264267
* Fixed a bug in `qml.transforms.metric_tensor` where prefactors of operation generators were taken

pennylane/qchem/structure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def mol_data(identifier, identifier_type="name"):
422422
repositories for information on chemical substances from which symbols and geometry can be
423423
retrieved for a compound by its name, SMILES, InChI, InChIKey, or PubChem Compound ID (CID) to
424424
build a molecule object for Hartree-Fock calculations. The retrieved atomic coordinates will be
425-
converted to atomic units <https://en.wikipedia.org/wiki/Bohr_radius>__ for consistency.
425+
converted to `atomic units <https://en.wikipedia.org/wiki/Bohr_radius>`__ for consistency.
426426
427427
Args:
428428
identifier (str or int): compound's identifier as required by the PubChem database

0 commit comments

Comments
 (0)