Skip to content
Snippets Groups Projects
Commit d31460b4 authored by ankit kariryaa's avatar ankit kariryaa
Browse files

Add program_name and program_basis_set_type

parent db28c8d7
Branches
Tags
No related merge requests found
...@@ -16,6 +16,7 @@ mainFileDescription = SM( ...@@ -16,6 +16,7 @@ mainFileDescription = SM(
repeats = True, repeats = True,
required = True, required = True,
forwardMatch = True, forwardMatch = True,
fixedStartValues={'program_name': 'Gaussian', 'program_basis_set_type': 'gaussians' },
sections = ['section_run','section_method'], sections = ['section_run','section_method'],
subMatchers = [ subMatchers = [
SM(name = 'header', SM(name = 'header',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment