[][src]Module vasp_poscar::builder

Poscar construction through the builder pattern.

This module houses the Builder type and other types which are very closely related to it and not otherwise useful.

Structs

Builder

Allows construction of Poscar/RawPoscar via the builder pattern.

Zeroed

Special value accepted by some methods of Builder.

Traits

DynamicsArgument

Valid arguments for Builder::dynamics.

PositionsArgument

Valid arguments for Builder::positions.

VelocitiesArgument

Valid arguments for Builder::velocities.