Skip to content

Commit 8e74961

Browse files
committed
update doc string
1 parent 0c49487 commit 8e74961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dqc/api/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def is_orb_min(qc: BaseQCCalc, threshold: float = -1e-3) -> bool:
320320

321321
def optimal_geometry(qc: BaseQCCalc, length_unit: Optional[str] = None) -> torch.Tensor:
322322
"""
323-
Returns the Hessian of energy with respect to atomic positions.
323+
Compute the optimal atomic positions of the system.
324324
325325
Arguments
326326
---------

0 commit comments

Comments
 (0)