forked from PCMSolver/pcmsolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
79 lines (66 loc) · 3.02 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*.tar.gz binary
*.zip binary
*.png diff=exif
# API files
api/*.h licensefile=.githooks/LICENSE-C
api/*.f90 licensefile=.githooks/LICENSE-Fortran
# include directory
include/*.hpp licensefile=.githooks/LICENSE-C++
include/STLUtils.hpp !licensefile
include/Config.hpp.in licensefile=.githooks/LICENSE-C++
# bin
src/bin/*.cpp licensefile=.githooks/LICENSE-C++
# bi_operators
src/bi_operators/*.hpp licensefile=.githooks/LICENSE-C++
src/bi_operators/*.cpp licensefile=.githooks/LICENSE-C++
# cavity
src/cavity/*.hpp licensefile=.githooks/LICENSE-C++
src/cavity/*.cpp licensefile=.githooks/LICENSE-C++
# green
src/green/*.hpp licensefile=.githooks/LICENSE-C++
src/green/*.cpp licensefile=.githooks/LICENSE-C++
src/green/dielectric_profile/*.hpp licensefile=.githooks/LICENSE-C++
# interface
src/interface/*.hpp licensefile=.githooks/LICENSE-C++
src/interface/*.cpp licensefile=.githooks/LICENSE-C++
# metal
src/metal/*.F90 licensefile=.githooks/LICENSE-Fortran
# pedra
src/pedra/*.inc licensefile=.githooks/LICENSE-Fortran
src/pedra/*.F90 licensefile=.githooks/LICENSE-Fortran
src/pedra/pedra_dlapack.F90 !licensefile
# solver
src/solver/*.hpp licensefile=.githooks/LICENSE-C++
src/solver/*.cpp licensefile=.githooks/LICENSE-C++
# utils
src/utils/*.hpp licensefile=.githooks/LICENSE-C++
src/utils/*.cpp licensefile=.githooks/LICENSE-C++
src/utils/cnpy.hpp !licensefile
src/utils/cnpy.cpp !licensefile
src/utils/legendre.h !licensefile
src/utils/Interpolation.* !licensefile
src/utils/Vector* !licensefile
# tests
tests/unit_tests.cpp licensefile=.githooks/LICENSE-C++
tests/TestingMolecules.hpp licensefile=.githooks/LICENSE-C++
tests/Fortran_host/*.f90 licensefile=.githooks/LICENSE-Fortran
/tests/C_host/*.h licensefile=.githooks/LICENSE-C
/tests/C_host/*.c licensefile=.githooks/LICENSE-C
tests/bi_operators/*.cpp licensefile=.githooks/LICENSE-C++
tests/cpcm/*.cpp licensefile=.githooks/LICENSE-C++
tests/dielectric_profile/*.cpp licensefile=.githooks/LICENSE-C++
tests/gepol/*.cpp licensefile=.githooks/LICENSE-C++
tests/green/*.hpp licensefile=.githooks/LICENSE-C++
tests/green/*.cpp licensefile=.githooks/LICENSE-C++
tests/iefpcm/*.cpp licensefile=.githooks/LICENSE-C++
tests/input/*.cpp licensefile=.githooks/LICENSE-C++
tests/numerical_quadrature/*.cpp licensefile=.githooks/LICENSE-C++
tests/utils/*.cpp licensefile=.githooks/LICENSE-C++
# tools
doc/conf.py licensefile=.githooks/LICENSE-Python
doc/gfx/cloc_tools.py.in licensefile=.githooks/LICENSE-Python
src/make_cmake_files.py licensefile=.githooks/LICENSE-Python
tools/codata.py.in licensefile=.githooks/LICENSE-Python
tools/pcmsolver.py.in licensefile=.githooks/LICENSE-Python
tools/plot_cavity.py.in licensefile=.githooks/LICENSE-Python
tests/make_cmake_files.py licensefile=.githooks/LICENSE-Python