Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
seshasaibehara committed Jul 30, 2024
1 parent f462ad8 commit 3c3420e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/src/xtal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ PYBIND11_MODULE(_xtal, m) {
Position of the atom, in Cartesian coordinates, relative
to the basis site at which the occupant containing this
atom is placed.
properties : dict[str, array_like]
properties : dict[str, array_like], default={}
Fixed properties of the atom, such as magnetic sping or
selective dynamics flags. Keys must be the name of a
CASM-supported property type. Values are arrays with
Expand Down Expand Up @@ -1703,8 +1703,7 @@ PYBIND11_MODULE(_xtal, m) {
Parameters
----------
name : str
A \"chemical name\", which must be identical for occupants
to be found symmetrically equivalent. The names are case
A \"chemical name\", which must be identical for occupants to be found symmetrically equivalent. The names are case
sensitive, and "Va" is reserved for vacancies.
)pbdoc");

Expand Down

0 comments on commit 3c3420e

Please sign in to comment.