Skip to content

Commit

Permalink
Merge branch 'update.solver_module.tests' into update.solver_module
Browse files Browse the repository at this point in the history
  • Loading branch information
aoymt committed Aug 4, 2024
2 parents 4abc065 + 448f6d3 commit b5f7838
Show file tree
Hide file tree
Showing 125 changed files with 10,634 additions and 0 deletions.
20 changes: 20 additions & 0 deletions extra/leed/src/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 2DMAT -- Data-analysis software of quantum beam diffraction experiments for 2D material structure
# Copyright (C) 2020- The University of Tokyo
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.

if __name__ == "__main__":
# sys.path[0] is this directory (2DMAT/src)
from leed._main import main
main()
1 change: 1 addition & 0 deletions extra/leed/tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin
Empty file.
10 changes: 10 additions & 0 deletions extra/leed/tests/mapper/MeshData.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
0 -0.1 0
1 -0.05 0
2 0 0
3 0.05 0
4 0.1 0
5 -0.1 0.05
6 -0.05 0.05
7 0 0.05
8 0.05 0.05
9 0.1 0.05
Loading

0 comments on commit b5f7838

Please sign in to comment.