Parameters for VCA pseudoAtom basis
VCA.pureAtomBasisFileNames
keyword: VCA.pureAtomBasisFileNames
possible values: cell array of strings which represent file names
default value: no default value, must be specified
description: This parameter gives the neutral atom (basis) files which needed for the calculation. Please note that (1) If you set a neutral atom (basis) file, you can get the p-type or n-type doped semiconductor. (2) If you set different the neutral atom (basis) files, you can get the alloy structure.
an example:
VCA.pureAtomBasisFileNames = {'Si_DZP.nad'}
another example: VCA.pureAtomBasisFileNames = { ...
'Ba_DZP.nad', ...
'Sr_DZP.nad' ...
}