Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parser-gaussian
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nomad-lab
parser-gaussian
Commits
a158c505
Commit
a158c505
authored
Jul 13, 2018
by
Markus Scheidgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added copyright statements and license.
parent
bf6bdf23
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
258 additions
and
26 deletions
+258
-26
LICENSE.txt
LICENSE.txt
+202
-0
parser/parser-gaussian/parser_gaussian.py
parser/parser-gaussian/parser_gaussian.py
+14
-0
parser/parser-gaussian/setup_paths.py
parser/parser-gaussian/setup_paths.py
+14
-0
src/main/scala/eu/nomad_lab/parsers/GaussianParser.scala
src/main/scala/eu/nomad_lab/parsers/GaussianParser.scala
+14
-13
src/test/scala/eu/nomad_lab/parsers/GaussianParserSpec.scala
src/test/scala/eu/nomad_lab/parsers/GaussianParserSpec.scala
+14
-13
No files found.
LICENSE.txt
0 → 100644
View file @
a158c505
This diff is collapsed.
Click to expand it.
parser/parser-gaussian/parser_gaussian.py
View file @
a158c505
# Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa, Rosendo Valero Montero
#
# 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.
from
__future__
import
division
from
builtins
import
str
from
builtins
import
range
...
...
parser/parser-gaussian/setup_paths.py
View file @
a158c505
# Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa, Rosendo Valero Montero
#
# 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.
import
sys
,
os
,
os
.
path
baseDir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
commonDir
=
os
.
path
.
normpath
(
os
.
path
.
join
(
baseDir
,
"../../../../python-common/common/python"
))
...
...
src/main/scala/eu/nomad_lab/parsers/GaussianParser.scala
View file @
a158c505
/*
Copyright 2016-2017 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.
* Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa, Rosendo Valero Montero
*
*
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.
*/
package
eu.nomad_lab.parsers
import
eu.
{
nomad_lab
=>
lab
}
...
...
src/test/scala/eu/nomad_lab/parsers/GaussianParserSpec.scala
View file @
a158c505
/*
Copyright 2016-2017 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.
* Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa, Rosendo Valero Montero
*
*
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.
*/
package
eu.nomad_lab.parsers
import
eu.nomad_lab.
{
parsers
,
DefaultPythonInterpreter
}
...
...
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