Skip to content

Commit b93b849

Browse files
authored
Removing reference to removed functions from docs (#927)
1 parent 8fed6ae commit b93b849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/developer/conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ reciprocal-space lattice vectors by ``B = 2\pi A^{-T}``.
7979
(notably Python and C) use row-major ordering.
8080
Care therefore needs to be taken to properly
8181
transpose the unit cell matrices ``A`` before using it with DFTK.
82-
For the supported third-party packages `load_lattice`,
83-
`load_positions` and `load_atoms` again handle such conversion automatically.
82+
Calls through the supported third-party package AtomsIO handle such conversion
83+
automatically.
8484

8585
We use the convention that the unit cell in real space is
8686
``[0, 1)^3`` in reduced coordinates and the unit cell in reciprocal

0 commit comments

Comments
 (0)