Skip to content
Snippets Groups Projects
Commit 67651b6f authored by Ihrig, Arvid Conrad (ari)'s avatar Ihrig, Arvid Conrad (ari)
Browse files

added/updated copyright notice

parent de3f7066
Branches
No related merge requests found
# Copyright 2016-2018 Franz Knuth, Arvid Conrad Ihrig
# Fritz-Haber-Institut der Max-Planck-Gesellschaft
#
# 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 __future__ import division
from builtins import map from builtins import map
from builtins import range from builtins import range
...@@ -10,11 +25,9 @@ from nomadcore.parser_backend import JsonParseEventsWriterBackend ...@@ -10,11 +25,9 @@ from nomadcore.parser_backend import JsonParseEventsWriterBackend
from nomadcore.parse_streamed_dicts import ParseStreamedDicts from nomadcore.parse_streamed_dicts import ParseStreamedDicts
from past.utils import old_div from past.utils import old_div
# AUTHOR: Franz Knuth
# YEAR: 2016
#
# Script for simple classification of parsed Nomad structures based purely on geometric properties # Script for simple classification of parsed Nomad structures based purely on geometric properties
# Details on the approah are described in the class ClassifyStructure # Details on the approach are described in the class ClassifyStructure
import numpy as np import numpy as np
import ase import ase
......
# Copyright 2016-2018 Franz Knuth, Arvid Conrad Ihrig
# Fritz-Haber-Institut der Max-Planck-Gesellschaft
#
# 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 import sys, os, os.path
baseDir = os.path.dirname(os.path.abspath(__file__)) baseDir = os.path.dirname(os.path.abspath(__file__))
commonDir = os.path.normpath(os.path.join(baseDir,"../../../../python-common/common/python")) commonDir = os.path.normpath(os.path.join(baseDir,"../../../../python-common/common/python"))
......
/*
Copyright 2016-2018 Arvid Conrad Ihrig
Fritz-Haber-Institut der Max-Planck-Gesellschaft
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.normalizers package eu.nomad_lab.normalizers
import eu.{ nomad_lab => lab } import eu.{ nomad_lab => lab }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment