anionic_clar_fullerene_construction
Constructions of fullerenes that maximize the p-anionic Clar number for p > 0 .
https://github.com/fastbodin/anionic_clar_fullerene_construction
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Constructions of fullerenes that maximize the p-anionic Clar number for p > 0 .
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Constructions of fullerenes that maximize the anionic Clar number.
Background
A fullerene $Fn$ is a 3-regular graph such that every face is a pentagon or a hexagon. By Euler's formula, there are exactly 12 pentagons. Let $F(Fn)$ and $E(Fn)$ denote the set of faces and edges in a fullerene $Fn$, respectively. For a fixed integer p, a p-anionic resonance structure $(\mathcal{F}, \mathcal{M})$ of a fullerene $Fn$ is a set of independent faces $\mathcal{F} \subseteq F(Fn)$ (containing exactly p pentagons) and a perfect matching $\mathcal{M} \subseteq E(Fn)$ on the graph obtained from $Fn$ by removing the vertices of the faces in $\mathcal{F}$. The p-anionic Clar number $Cp(Fn)$ of a fullerene $Fn$ is defined to be zero if $Fn$ has no p-anionic resonance structures and, otherwise, to be equal to the maximum value of $|\mathcal{F}|$ over all p-anionic resonance structures $(\mathcal{F}, \mathcal{M})$ of $Fn$. A p-anionic resonance structure that has $Cp(Fn)$ faces in $\mathcal{F}$ is called a p-anionic Clar structure on $Fn$.
Code
The code in this repo generates the adjacency lists of fullerenes defined by the constructions in [INSERT PAPER]. These fullerenes are used to prove tight upper bounds for the $p$-anionic Clar number of fullerenes on $n$ vertices (for even $p > 0$).
NOTE: There are other fullerenes that maximize the $p$-anionic Clar numbers on $n$ vertices, the fullerenes generated here are simply those defined by the constructions in [INSERT PAPER].
Requirements:
A Python library that can call import sys
Files:
There are seven files used to generate fullerenes:
build/02_make_adj.py <- Fullerenes that maximize $C2(Fn)$ on $n \ge 40$ ($n
\neq 44$) vertices.
build/04_make_adj.py <- Fullerenes that maximize $C4(Fn)$ on $n \ge 36$ ($n
\neq 40$) vertices.
build/06_make_adj.py <- Fullerenes that maximize $C6(Fn)$ on $n \ge 56$
vertices.
build/08_make_adj.py <- Fullerenes that maximize $C8(Fn)$ on $n \ge 58$
vertices.
build/10_make_adj.py <- Fullerenes that maximize $C{10}(Fn)$ on $n \ge 54$
($n \neq 58$) vertices.
build/12_2_mod_6_make_adj.py <- Fullerenes that maximize $C{12}(Fn)$ on $n
\ge 110$ ($n \equiv 2 \mod{6}$) vertices.
build/12_4_mod_6_make_adj.py <- Fullerenes that maximize $C{12}(Fn)$ on $n
= 70$ and $n \ge 88$ ($n \equiv 4 \mod{6}$) vertices.
Note: Leapfrog fullerenes maximize the 12-anionic Clar number $n \equiv 0 \mod{6}$ vertices.
To run:
python {file you want to run} {n}
where n is the maximum size of a fullerene you would like to generate.
Output:
The adjacency lists of fullerenes that maximize the chosen $p$-anionic Clar number with the following format:
{number of vertices in graph (call it n)}
{degree of vertex 0} {neighbor 0} {neighbor 1} {neighbor 2}
{degree of vertex 1} {neighbor 0} {neighbor 1} {neighbor 2}
...
{degree of vertex n-1} {neighbor 0} {neighbor 1} {neighbor 2}
Such that there exists a planar embedding of the vertices where each neighbor is listed in clockwise order.
NOTE: The constructions implemented in the code do not necessarily construct unique fullerenes. To check that two fullerenes on $n$ vertices (with the output adjacency lists) are unique, you need to check that there is no automorphism between the two.
Citation
If you use this code in your research, please cite it via:
@software{Slobodin_Constructions_of_fullerenes_2024,
author = {Slobodin, A.},
month = oct,
title = {{Constructions of fullerenes that maximize the
anionic Clar number}},
year = {2024},
url = {https://github.com/fastbodin/anionic_clar_fullerene_construction},
}
Owner
- Login: fastbodin
- Kind: user
- Repositories: 2
- Profile: https://github.com/fastbodin
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Slobodin" given-names: "A." orcid: "https://orcid.org/0000-0002-6481-2548" title: "Constructions of fullerenes that maximize the anionic Clar number" version: 1.0.0 date-released: 2024-10-15 url: "https://github.com/fastbodin/anionic_clar_fullerene_construction"
GitHub Events
Total
- Public event: 1
- Push event: 3
Last Year
- Public event: 1
- Push event: 3