From 3c3420e6863028a435e6e6bf46078632b0452a73 Mon Sep 17 00:00:00 2001 From: seshasaibehara Date: Tue, 30 Jul 2024 12:00:18 -0700 Subject: [PATCH] doc update --- python/src/xtal.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/src/xtal.cpp b/python/src/xtal.cpp index 8aea9a2..530dd47 100644 --- a/python/src/xtal.cpp +++ b/python/src/xtal.cpp @@ -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 @@ -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");