Skip to content

Commit

Permalink
Removing reference to removed functions from docs (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
epolack authored Dec 12, 2023
1 parent 8fed6ae commit b93b849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/developer/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ reciprocal-space lattice vectors by ``B = 2\pi A^{-T}``.
(notably Python and C) use row-major ordering.
Care therefore needs to be taken to properly
transpose the unit cell matrices ``A`` before using it with DFTK.
For the supported third-party packages `load_lattice`,
`load_positions` and `load_atoms` again handle such conversion automatically.
Calls through the supported third-party package AtomsIO handle such conversion
automatically.

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

0 comments on commit b93b849

Please sign in to comment.