-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3triangulene.inp
51 lines (45 loc) · 4.12 KB
/
3triangulene.inp
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
input title
7 # L
1 # l1
1 # l2
0 # l3
0 #Alpha value
-1 #Beta value
################
# (L|l1,l2,l3) #
################
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#% %
#% EXAMPLE : %
#%-----------------------------------------------------------------------------------------------------------------%
#% (4|0,0,0) %
#% %
#% c %
#% / \ %
#% c c %
#% | | %
#% c c %
#% / \ / \ %
#% c c c %
#% | | | %
#% c c c %
#% / \ / \ / \ %
#% c c c c %
#% | | | | %
#% c c c c %
#% / \ / \ / \ / \ %
#% c c c c c %
#% | | | | | %
#% c c c c c %
#% \ / \ / \ / \ / %
#% c c c c %
#% %
#% %
#% In this case, L=4; the unity is a bencene. %
#% %
#% %
#% if l1 > 0 then the triangulene of size (l1|0,0,0) is eliminated from the top corner %
#% if l2 > 0 then the triangulene of size (l2|0,0,0) is eliminated from the bottom left corner %
#% if l3 > 0 then the triangulene of size (l3|0,0,0) is eliminated from the bottom rigth corner %
#% %
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%