Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-wien2k
Commits
05d038c5
Commit
05d038c5
authored
Apr 16, 2018
by
Daria M. Tomecka
Browse files
add copyrights information
parent
b3ecd039
Changes
7
Hide whitespace changes
Inline
Side-by-side
parser/parser-wien2k/wien2k_parser.py
View file @
05d038c5
...
...
@@ -12,7 +12,7 @@ import wien2k_parser_struct, wien2k_parser_in0, wien2k_parser_in1c, wien2k_pars
# This is the parser for the main output file (.scf) of WIEN2k.
################################################################
# Copyright 2016 The NOMAD
Team
# Copyright 2016
-2018
The NOMAD
Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
@@ -26,6 +26,10 @@ import wien2k_parser_struct, wien2k_parser_in0, wien2k_parser_in1c, wien2k_pars
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kContext
(
object
):
...
...
parser/parser-wien2k/wien2k_parser_in0.py
View file @
05d038c5
...
...
@@ -11,6 +11,24 @@ import os, sys, json, logging
# This is the subparser for the WIEN2k input file (.in0)
################################################################
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kIn0Context
(
object
):
"""context for wien2k In0 parser"""
...
...
parser/parser-wien2k/wien2k_parser_in1.py
View file @
05d038c5
...
...
@@ -10,6 +10,24 @@ import os, sys, json
# This is the subparser for the WIEN2k input file (.in1)
################################################################
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kIn1Context
(
object
):
"""context for wien2k In1 parser"""
...
...
parser/parser-wien2k/wien2k_parser_in1c.py
View file @
05d038c5
...
...
@@ -10,6 +10,24 @@ import os, sys, json
# This is the subparser for the WIEN2k input file (.in1c)
################################################################
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kIn1cContext
(
object
):
"""context for wien2k In1c parser"""
...
...
parser/parser-wien2k/wien2k_parser_in2.py
View file @
05d038c5
...
...
@@ -10,6 +10,25 @@ import os, sys, json
# This is the subparser for the WIEN2k input file (.in2)
################################################################
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kIn2Context
(
object
):
"""context for wien2k In2 parser"""
...
...
parser/parser-wien2k/wien2k_parser_in2c.py
View file @
05d038c5
...
...
@@ -10,6 +10,25 @@ import os, sys, json
# This is the subparser for the WIEN2k input file (.in2c)
################################################################
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kIn2cContext
(
object
):
"""context for wien2k In2c parser"""
...
...
parser/parser-wien2k/wien2k_parser_struct.py
View file @
05d038c5
...
...
@@ -12,6 +12,24 @@ import ase.geometry
# This is the subparser for the main WIEN2k input file (.struct)
################################################################
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__author__
=
"Daria M. Tomecka"
__maintainer__
=
"Daria M. Tomecka"
__email__
=
"tomeckadm@gmail.com;"
__date__
=
"15/05/2017"
class
Wien2kStructContext
(
object
):
"""context for wien2k struct parser"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment