Class containing text block templates for MOPAC auto-generated C-style
header files.
|
|
|
get_default_template(self) |
|
|
|
get_keyword_template(self) |
|
|
|
_init_default_template(self)
Templates are dictionaries which should define 'head', 'tail',
'integer_head', 'integer_tail', 'real_head', 'real_tail',
'string_head' and 'string_tail', plus the special 'boolean' and
'qsite_allowed' heads and tails needed for MOPAC |
|
|
|
_init_keyword_template(self)
Templates are dictionaries which should define 'head', 'tail',
'integer_head', 'integer_tail', 'real_head', 'real_tail',
'string_head' and 'string_tail', plus the special 'boolean' and
'qsite_allowed' heads and tails needed for MOPAC |
|
|