Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parser-gaussian
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nomad-lab
parser-gaussian
Compare Revisions
3e357ad5c303cb5ccef679900a4abd4f9067585b...d18f12768841c4849d40e7833b7c85978fcf7c66
Source
d18f12768841c4849d40e7833b7c85978fcf7c66
Select Git revision
...
Target
3e357ad5c303cb5ccef679900a4abd4f9067585b
Select Git revision
Compare
Commits (2)
Updated copyright info.
· 018ff68a
Markus Scheidgen
authored
Jul 20, 2018
018ff68a
Merge branch 'master' of gitlab.mpcdf.mpg.de:nomad-lab/parser-gaussian
· d18f1276
Markus Scheidgen
authored
Jul 20, 2018
d18f1276
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
parser/parser-gaussian/parser_gaussian.py
parser/parser-gaussian/parser_gaussian.py
+1
-1
parser/parser-gaussian/setup_paths.py
parser/parser-gaussian/setup_paths.py
+1
-1
src/main/scala/eu/nomad_lab/parsers/GaussianParser.scala
src/main/scala/eu/nomad_lab/parsers/GaussianParser.scala
+1
-1
src/test/scala/eu/nomad_lab/parsers/GaussianParserSpec.scala
src/test/scala/eu/nomad_lab/parsers/GaussianParserSpec.scala
+1
-1
No files found.
parser/parser-gaussian/parser_gaussian.py
View file @
d18f1276
# Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
, Rosendo Valero Montero
# Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
parser/parser-gaussian/setup_paths.py
View file @
d18f1276
# Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
, Rosendo Valero Montero
# Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/main/scala/eu/nomad_lab/parsers/GaussianParser.scala
View file @
d18f1276
/*
* Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
, Rosendo Valero Montero
* Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
src/test/scala/eu/nomad_lab/parsers/GaussianParserSpec.scala
View file @
d18f1276
/*
* Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
, Rosendo Valero Montero
* Copyright 2015-2018 Rosendo Valero, Fawzi Mohamed, Ankit Kariryaa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...