orbindxSileSiesta

class sisl.io.siesta.orbindxSileSiesta(filename, mode='r', comment=None, *args, **kwargs)[source]

Orbital information file

Attributes

base_file File of the current Sile
file File of the current Sile

Methods

__init__(filename[, mode, comment]) Initialize self.
dir_file([filename]) File of the current Sile
exist() Query whether the file exists
read(*args, **kwargs) Generic read method which should be overloaded in child-classes
read_basis() Returns a set of atoms corresponding to the basis-sets in the ORB_INDX file
read_supercell_nsc() Reads the supercell number of supercell information
write(*args, **kwargs) Generic write method which should be overloaded in child-classes
base_file

File of the current Sile

dir_file(filename=None)

File of the current Sile

exist()

Query whether the file exists

file

File of the current Sile

read(*args, **kwargs)

Generic read method which should be overloaded in child-classes

Parameters:
kwargs :

keyword arguments will try and search for the attribute read_<> and call it with the remaining **kwargs as arguments.

read_basis()[source]

Returns a set of atoms corresponding to the basis-sets in the ORB_INDX file

The specie names have a short field in the ORB_INDX file, hence the name may not necessarily be the same as provided in the species block

read_supercell_nsc()[source]

Reads the supercell number of supercell information

write(*args, **kwargs)

Generic write method which should be overloaded in child-classes

Parameters:
**kwargs :

keyword arguments will try and search for the attribute write_ and call it with the remaining **kwargs as arguments.