__init__(self,
lattice,
separation,
bondlength,
stacktype,
nbilayers,
bilayershift)
(Constructor)
|
|
Create an instance.
- Parameters:
lattice (schrodinger.structure.Structure) - lattice structure
separation (float) - bilayer separation
bondlength (float) - bond length between the first and second atoms in Angstrom
stacktype (str) - type of bilayer stacking to be used
nbilayers (int) - number of bilayers
bilayershift (float) - offset of bilayers in terms of the number of unit cells
- Overrides:
object.__init__
|