Name

NanoSheet — Function for generating a nano sheet.

Synopsis

Namespace: NanoLanguage
NanoSheet()

Description

x.__init__(...) initializes x; see help(type(x)) for signatur

NanoSheet Arguments

Usage Examples

Define the geometry of a (3,0) Carbon-Nitride Nanosheet, and repeat it ten times along the z-axis.

sheet = NanoSheet(3,0,Carbon,Nitrogen)
sheet = sheet.repeat(1,1,10)

Notes

A NanoSheet is of type BulkConfiguration, but with additional query methods for extracting the properties of the nano sheet.