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
Basic Info
- Host: GitHub
- Owner: kguo-sagecode
- Default Branch: main
- Size: 86 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
New Strongly Regular Graphs
Edwin van Dam and Krystal Guo characterise strongly regular graphs of certain parameter classes, containing a "regular" point. This characterisation allows for the construction of many new strongly regular graphs. In particular, one can construct new strongly regular graphs of the following parameter classes:
(85,20,3,5) and (156,30,4,6).
As is explain in the paper, we could not do an exhausitive search of either class, but have come up with many examples.
For the parameter class (85,20,3,5) we found 133718 new graphs. The files with newSRGs-85-20-3-5 in the title contain the graph6 strings of these graphs. The graph6 string of the only previously known graph, which is the point graph of the generalized quadrangle W(4), in this class is given in SRGs-85-20-3-5-w4.txt. Each line is a graph6 string of a graph that has been canonically-labelled and the graphs have been ordered lexicographically by graph6 string. We note that two graphs are isomorphic if and only if the graph6 strings are equal, when they are both canonically labelled.
For the parameter class (156,30,4,6) we found 27298 new graphs. The files with newSRGs-156-30-4-6 in the title contain the graph6 strings of these graphs. The graph6 string of the only previously known graph (with a regular point), which is the point graph of the generalized quadrangle W(5), in this class is given in SRGs-156-30-4-6-w5.txt.Each line is a graph6 string of a graph that has been canonically-labelled and the graphs have been ordered lexicographically by graph6 string.
We also explicitly construct 1 new cospectral mate of GQ(q^2,q), which is give here for q=4,5; their parameters are: (280,36,8,4) and (1105,80,15,5).
We also find a new cospectral mate for GQ(4,6). Again, classical GQ is given in SRG-125-28-3-7.txt and the new one is in newSRG-125-28-3-7.txt.
How to use these files
Each line is a graph6 string of a graph that has been canonically-labelled. For example, in SageMath command line, one can do the following:
sage: f = open("newSRGs-85-20-3-5-w4.txt","r")
sage: graphstrs = f.readlines()
sage: f.close()
sage: graphs = [Graph(j.strip("\n")) for j in graphstrs]
graphstrs is a list of graph6 strings, which have the newline character "\n" at the end. Removing the extra characters, we will obtain a list, in this case graphs, of Graph objects in SageMath.
Owner
- Name: Krystal Guo
- Login: kguo-sagecode
- Kind: user
- Website: http://krystalguo.com/
- Twitter: guo_krystal
- Repositories: 1
- Profile: https://github.com/kguo-sagecode
I do research in algebraic graph theory. Sometimes I write code in SageMath for my research and teaching, which I would like to make freely available.
Citation (citation.cff)
cff-version: 2
message: "If you use this software, please cite it as below."
authors:
- family-names: "van Dam"
given-names: "Edwin"
orcid: "https://orcid.org/0000-0002-4380-3108"
- family-names: "Guo"
given-names: "Krystal"
orcid: "https://orcid.org/0000-0001-8776-537X"
title: "kguo-sagecode/newSRGs: new pseudo-generalized quadrangles"
version: v2
doi: 10.5281/zenodo.6596987
date-released: 2022-05-31