Skip to content

Commit f9d905b

Browse files
committed
Empty Element
The empty element, contrary to the `Marker`, is a truly empty, thin element that does nothing. It can be used for bookkeeping, e.g., as the empty result of a search or as an indicator for an invalid element. For all other purposes, use `Marker`. Renamed from `Null` because `Null`/`null`/`None`/`none` are reserved keywords in the file formats and programming languages we support in PALS.
1 parent 21ad3c1 commit f9d905b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/element-kinds.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -386,18 +386,18 @@ Element parameter groups associated with this element kind are:
386386
- [**TrackingP**](#s:tracking.params): Tracking parameters.
387387

388388
%---------------------------------------------------------------------------------------------------
389-
(s:nullele)=
390-
## NullEle Element
389+
(s:empy)=
390+
## Empty Element
391391

392392
Placeholder element used for bookkeeping when constructing the expanded lattice.
393393
This element is empty, zero length and does nothing.
394394
This element can be used as a [`base_item`](#s:placement) element for [superpositions](#s:superposition).
395395
Additionally, this element can be used, for example, to denote an invalid element in the internal
396396
structures defined by a program.
397397

398-
`NullEle` elements present in a lattice file will, as a part of lattice expansion, be removed.
399-
That is, `NullEle` elements will never be present in the final expanded lattice and
400-
tracking through a `NullEle` will never be needed.
398+
`Empty` elements present in a lattice file will, as a part of lattice expansion, be removed.
399+
That is, `Empty` elements will never be present in the final expanded lattice and
400+
tracking through a `Empty` will never be needed.
401401

402402
This element does not have any associated parameter groups.
403403

0 commit comments

Comments
 (0)