We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fed6ae commit b93b849Copy full SHA for b93b849
docs/src/developer/conventions.md
@@ -79,8 +79,8 @@ reciprocal-space lattice vectors by ``B = 2\pi A^{-T}``.
79
(notably Python and C) use row-major ordering.
80
Care therefore needs to be taken to properly
81
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.
+ Calls through the supported third-party package AtomsIO handle such conversion
+ automatically.
84
85
We use the convention that the unit cell in real space is
86
``[0, 1)^3`` in reduced coordinates and the unit cell in reciprocal
0 commit comments