Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Note TBLIS library was implemented with C++11 standard. You need at least GCC

Pyberny
-------
The geometry optimizer `Pyberny <https://github.com/azag0/pyberny>`_ provides an
The geometry optimizer `Pyberny <https://github.com/jhrmnn/pyberny>`_ provides an
independent implementation that supports various geometry optimization
techniques (comprising redundant internal coordinates, iterative Hessian
estimate, trust region, line search, and coordinate weighing etc.). It can take
Expand Down
2 changes: 1 addition & 1 deletion source/interface/geomopt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

The :mod:`geomopt` module implements geometry optimization via
interfaces to `geomeTRIC <https://github.com/leeping/geomeTRIC>`_
and `PyBerny <https://github.com/azag0/pyberny>`_.
and `PyBerny <https://github.com/jhrmnn/pyberny>`_.
The following example shows how to optimize the structure of N\ :sub:`2`\ molecule with PyBerny::

from pyscf import gto, scf
Expand Down
2 changes: 1 addition & 1 deletion source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Features

* Interface to Heat-bath Selected CI program `Dice <https://sanshar.github.io/Dice/>`_

* Interface to geometry optimizer `Pyberny <https://github.com/azag0/pyberny>`_
* Interface to geometry optimizer `Pyberny <https://github.com/jhrmnn/pyberny>`_

.. * Interface to `pyWannier90 <https://github.com/hungpham2017/pyWannier90>`_

Expand Down