Skip to content

Commit 5bf0ab8

Browse files
committed
Initial commit
0 parents  commit 5bf0ab8

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2+
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
3+
4+
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
5+
_site/
6+
.sass-cache/
7+
.jekyll-cache/
8+
.jekyll-metadata
9+
10+
# Additional Ruby/bundler ignore for when you run: bundle install
11+
/vendor
12+
13+
# Specific ignore for GitHub Pages
14+
# GitHub Pages will always use its own deployed version of pages-gem
15+
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
16+
# counterproductive to check this file into the repository.
17+
# Details at https://github.com/github/pages-gem/issues/768
18+
Gemfile.lock

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Welcome to *The GraphQuantum Project*! 🐈 🌸 🪄
2+
3+
*The GraphQuantum Project* is a collection of packages of algorithms we have produced over the course of our research into quantum spin networks and their corresponding graph spectra, primarily written in Julia. We also, in the `examples/` and `data/` folders of our repositories, include key numerical results and data obtained on various graph representations of quantum networks. So far, we are working on packaging:
4+
5+
- The first non-naïve deterministic algorithm to compute graph *S*-bandwidth, an indicator of transfer fidelity between qubits
6+
- A novel optimization approach using the Shubert-Piyavskii method to investigate perfect state transfer on quantum networks
7+
- A method for tracking and visualizing state transfer on a quantum network over a finite interval, with reasonable granularity
8+
9+
## Credits
10+
11+
Created by [Luis M. B. Varona](https://github.com/Luis-Varona), [Dr. Nathaniel Johnston](https://github.com/nathanieljohnston), and Dr. Sarah Plosker.

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
theme: jekyll-theme-midnight
2+
title: The GraphQuantum Project

0 commit comments

Comments
 (0)