Skip to main content

Topological Study of (3,6)– and (4,6)–Fullerenes

  • Chapter
  • First Online:
Topological Modelling of Nanostructures and Extended Systems

Part of the book series: Carbon Materials: Chemistry and Physics ((CMCP,volume 7))

Abstract

A (3,6)–fullerene is a cubic plane graph whose faces (including the outer face) have sizes 3 or 6. (4,6)–Fullerene graphs are defined analogously by interchanging triangles with quadrangles. (3,6)–Fullerenes have exactly four triangles and (4,6)–fullerenes have exactly 6 quadrangles. The (4,6)–fullerenes are also called boron fullerenes. In this chapter some infinite families of (3,6)–and (4,6)–fullerenes are presented. The modeling of these fullerenes by considering some topological indices is the main part of this chapter. Finally, some open questions are presented.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 129.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 169.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD 169.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Ali Reza Ashrafi .

Editor information

Editors and Affiliations

Appendix 1 Some GAP Programs

Appendix 1 Some GAP Programs

Here, two GAP programs are presented which is useful for calculations presented in this chapter. The first program is for computing Wiener index and the second is for eccentric connectivity index. Notice that these GAP programs have to combine with calculations by TopoCluj described in the Sect. 15.1.

A Gap Program for Computing Wiener Index of Fullerenes

f:=function(M)

local l,i,j,id,k,t,max,a,s,w,d,g;

l:=Length(M);id:=0;t:=[];s:=[];w:=0;d:=[];g:=0;

    for k in [1..l]do

     id:=1;

       for i in [1..l-1]do

          for j in [i+1..l] do

           if M[k][j]>M[k][id] then

            id:=j;

           fi;

          od;

       od;

       Add(t,M[k][id]);

    od;

max:=t[1];

    for a in [2..Length(t)] do

     if t[a] > max then

      max:=t[a];

     fi;

    od;

    for a in [1..max] do

       for i in [2..l] do

          for j in [1..i-1] do

           if M[i][j]=a then

           g:=g+1;

           fi;

          od;

       od;

    Add(d,g);

    g:=0;

    od;

for i in [2..l] do

    for j in [1..i-1] do

     w:=w+M[i][j];

    od;

od;

Print("Distans=",d,"\n");

Print("Wiener index=",w,"\n");

Print("****************","\n");

end;

A Gap Program for Computing Eccentric Connectivity Index of Fullerenes

f:=function(M)

local l,i,j,k,t,id,ii,jj,s,a,iii,w,ww;

t:=[];l:=Length(M);id:=0;s:=0;a:=[];w:=0;ww:=0;

for k in [1..l]do

 id:=1;

 for i in [1..l-1]do

  for j in [i+1..l] do

   if M[k][j]>M[k][id] then

   id:=j;

   fi;

  od;

 od;

Add(t,M[k][id]);

od; ####ecentricity vertices of G

for ii in [1..l]do

 for jj in [1..l]do

   if M[ii][jj]=1 then

   s:=s+1;

   fi;

 od;

 Add(a,s);

 s:=0;

od;####degree vertices of G

for iii in [1..Length(t)] do

 w:=t[iii]*a[iii];

 ww:=ww+w;

 w:=0;

od;######ecentricity connectivity index of G

Print("ecentricity=",t,"\n");

 Print("degree=",a,"\n");

    Print("ecentricity connectivity index=",ww,"\n");

     Print("**********************","\n");

end;

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Springer Science+Business Media Dordrecht

About this chapter

Cite this chapter

Ashrafi, A.R., Mehranian, Z. (2013). Topological Study of (3,6)– and (4,6)–Fullerenes. In: Ashrafi, A., Cataldo, F., Iranmanesh, A., Ori, O. (eds) Topological Modelling of Nanostructures and Extended Systems. Carbon Materials: Chemistry and Physics, vol 7. Springer, Dordrecht. https://doi.org/10.1007/978-94-007-6413-2_15

Download citation

Publish with us

Policies and ethics