Skip to content

Commit

Permalink
Link hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
icepolarizer authored Oct 11, 2020
1 parent f81d673 commit 89784bf
Showing 1 changed file with 68 additions and 67 deletions.
135 changes: 68 additions & 67 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,79 +12,80 @@

## User’s Guide
### Intro & Install
1. [Install](doc/INSTALL.md)
2. [Build on docker](doc/Build_on_docker.md)
3. [Build on windows](doc/Build_on_windows.md)
4. [Running the OmNET++ GUI](doc/USAGE-omnetpp-gui.md)
5. [USAGE IN COMMAND LINE USING MAKE](doc/USAGE-makefile.md)
6. [Running Basic QuISP Demos](doc/running-demos.md)
7. [If you have trouble with using xhost command](doc/xhost_trouble_shooting.md)
1. [Install](INSTALL.md)
2. [Build on docker](Build_on_docker.md)
3. [Build on windows](Build_on_windows.md)
4. [Running the OmNET++ GUI](USAGE-omnetpp-gui.md)
5. [USAGE IN COMMAND LINE USING MAKE](USAGE-makefile.md)
6. [Running Basic QuISP Demos](running-demos.md)
7. [If you have trouble with using xhost command](xhost_trouble_shooting.md)
### Science & Engineering
* [Research Questions](doc/Research%20Questions.md)
* [Quantum State Representations](doc/Quantum%20State%20Representations.md)
* [Math: Operator Sum](doc/OperatorSum.md)
* [Math: Error Models](doc/ErrorModels.md)
* [Major Design Decisions for the Quantum Internet](doc/Major%20Design%20Decisions.md)
* [Rule Sets](doc/RuleSet.md)
* [Quantum End Node Architecture](doc/EndNode%20Architecture.md)
* [Path Setup](doc/Path%20Setup.md)
* [Flat Path (Single Network) Setup Processing](doc/FlatPathSetup%20Processing.md)
* [Contents of a path setup return message](doc/FlatPathSetupReturn%20Message%20Contents.md)
* [Setting Up Paths Recursively: the Internetworking Case](doc/Recursive%20Path%20Setup.md)
* [MIM Link](doc/MIM_Link.md)
* [Making Entanglement](doc/Making_Entanglement.md)
* [Resource Allocation](doc/Resource_Allocation.md)
* [Simulating a Link: An Example](doc/SimLink.md)
* [Research question: 「Standalone Path Performance」](doc/Standalone%20Path%20Performance.md)
* [qDijkstra: SPF for purify-and-swap networks](doc/qDijkstra.md)
* [Distributed Tomography and State Monitoring](doc/Distributed%20Tomography%20and%20State%20Monitoring.md)
* [Research question: 「Unconnectable」](doc/Unconnectable.md)
* [Research Questions](Research%20Questions.md)
* [Quantum State Representations](Quantum%20State%20Representations.md)
* [Math: Operator Sum](OperatorSum.md)
* [Math: Error Models](ErrorModels.md)
* [Major Design Decisions for the Quantum Internet](Major%20Design%20Decisions.md)
* [Rule Sets](RuleSet.md)
* [Quantum End Node Architecture](EndNode%20Architecture.md)
* [Path Setup](Path%20Setup.md)
* [Flat Path (Single Network) Setup Processing](FlatPathSetup%20Processing.md)
* [Contents of a path setup return message](FlatPathSetupReturn%20Message%20Contents.md)
* [Setting Up Paths Recursively: the Internetworking Case](Recursive%20Path%20Setup.md)
* [MIM Link](MIM_Link.md)
* [Making Entanglement](Making_Entanglement.md)
* [Resource Allocation](Resource_Allocation.md)
* [Simulating a Link: An Example](SimLink.md)
* [Research question: 「Standalone Path Performance」](Standalone%20Path%20Performance.md)
* [qDijkstra: SPF for purify-and-swap networks](qDijkstra.md)
* [Distributed Tomography and State Monitoring](Distributed%20Tomography%20and%20State%20Monitoring.md)
* [Research question: 「Unconnectable」](Unconnectable.md)

## Contributor’s Guide
### Hardware
* [Network-Independent Operational Behavior](doc/Repeater%20Operation.md)
* [Bell State Analyzer (BSA) Node (Bnode)](doc/BSA%20Node.md)
* [Beam splitter](doc/Beam_splitter.md)
* [Classical Chassis Control Card (C4)](doc/Classical%20Chassis%20Control%20Card%20(C4).md)
* [God Channel](doc/God%20Channel.md)
* [Network-Independent Operational Behavior](Repeater%20Operation.md)
* [Bell State Analyzer (BSA) Node (Bnode)](BSA%20Node.md)
* [Beam splitter](Beam_splitter.md)
* [Classical Chassis Control Card (C4)](Classical%20Chassis%20Control%20Card%20(C4).md)
* [God Channel](God%20Channel.md)
* **Hardware Element**
* [Hardware Element: Entangled Photon Pair Source (EPPS)](doc/HE_EPPS.md)
* [Hardware Element: Memory](doc/HE_Memory.md)
* [Hardware Element: Optical Bell State Analyzer (OBSA)](doc/HE_OBSA.md)
* [Hardware Element: Physical Optical Channel](doc/HE_OptChannel.md)
* [Hardware Element: Optical Switch](doc/HE_OptSwitch.md)
* [Hardware Element Simulation](doc/Hardware%20Element%20Simulation.md)
* [Hardware Elements](doc/Hardware%20Elements.md)
* [QNIC: Hardware and Software](doc/QNIC.md)
* [QNIC Controller Methods](doc/QNIC_Methods.md)
* [Real-Time Hardware Controller](doc/Real-Time%20Hardware%20Controller.md)
* [Repeater](doc/Repeater.md)
* [Quantum Router Architecture](doc/Router%20Architecture.md)
* [Hardware Element: Entangled Photon Pair Source (EPPS)](HE_EPPS.md)
* [Hardware Element: Memory](HE_Memory.md)
* [Hardware Element: Optical Bell State Analyzer (OBSA)](HE_OBSA.md)
* [Hardware Element: Physical Optical Channel](HE_OptChannel.md)
* [Hardware Element: Optical Switch](HE_OptSwitch.md)
* [Hardware Element Simulation](Hardware%20Element%20Simulation.md)
* [Hardware Elements](Hardware%20Elements.md)
* [QNIC: Hardware and Software](QNIC.md)
* [QNIC Controller Methods](QNIC_Methods.md)
* [Real-Time Hardware Controller](Real-Time%20Hardware%20Controller.md)
* [Repeater](Repeater.md)
* [Quantum Router Architecture](Router%20Architecture.md)

### Software
* [Research question: Congestion Collapse](doc/Congestion%20Collapse.md)
* [Connection Creation](doc/Connection%20Creation.md)
* [Connection Manager](doc/Connection%20Manager.md)
* [Setting Up Multi-hop Paths: the Dur-Briegel Case](doc/Dur-Briegel%20Path%20Setup.md)
* [Dur-Briegel RuleSet Creation](doc/Dur-Briegel_Example_RuleSets.md)
* [RuleSets for Fowler 2G Networks](doc/Fowler%20Example%20RuleSets.md)
* [Setting Up Paths: the Fowler Case](doc/Fowler%20Path%20Setup.md)
* [Hardware Configuration Manager Methods](doc/HardwareConfigManager_Methods.md)
* [Jiang Example RuleSets](doc/Jiang%20Example%20RuleSets.md)
* [Specifications (Loosely) for Major Functional Components](doc/Major%20Functionality%20Descriptions.md)
* [Types of Quantum Repeater Networks Supported](doc/Network%20Types.md)
* [Quantum Repeater Architecture](doc/Repeater%20Architecture.md)
* [Quantum Router (Repeater) Software Architecture](doc/Router%20Software%20Architecture.md)
* [Routing Daemon](doc/Routing%20Daemon.md)
* [Routing for Connections](doc/Routing.md)
* [Rule Engine](doc/Rule%20Engine.md)
* [Code Spelunking: Your First Foray](doc/code-spelunking.md)
* [Software Design for QuISP](doc/software-design.md)
* [Research question: Congestion Collapse](Congestion%20Collapse.md)
* [Connection Creation](Connection%20Creation.md)
* [Connection Manager](Connection%20Manager.md)
* [Setting Up Multi-hop Paths: the Dur-Briegel Case](Dur-Briegel%20Path%20Setup.md)
* [Dur-Briegel RuleSet Creation](Dur-Briegel_Example_RuleSets.md)
* [RuleSets for Fowler 2G Networks](Fowler%20Example%20RuleSets.md)
* [Setting Up Paths: the Fowler Case](Fowler%20Path%20Setup.md)
* [Hardware Configuration Manager Methods](HardwareConfigManager_Methods.md)
* [Jiang Example RuleSets](Jiang%20Example%20RuleSets.md)
* [Specifications (Loosely) for Major Functional Components](Major%20Functionality%20Descriptions.md)
* [Types of Quantum Repeater Networks Supported](Network%20Types.md)
* [Quantum Repeater Architecture](Repeater%20Architecture.md)
* [Quantum Router (Repeater) Software Architecture](Router%20Software%20Architecture.md)
* [Routing Daemon](Routing%20Daemon.md)
* [Routing for Connections](Routing.md)
* [Rule Engine](Rule%20Engine.md)
* [Code Spelunking: Your First Foray](code-spelunking.md)
* [Software Design for QuISP](software-design.md)

## MetaQuISP
* [Frequently Asked Questions (FAQ)](doc/FAQ.md)
* [Initial Requirements, decisions](doc/InitialRequirements.md)
* [References](doc/References.md)
* [Role Assignment](doc/Role_Assignment.md)
* [Terminology](doc/Terminology.md)
* [Workloads](doc/Workloads.md)
* [Frequently Asked Questions (FAQ)](FAQ.md)
* [Initial Requirements, decisions](InitialRequirements.md)
* [References](References.md)
* [Role Assignment](Role_Assignment.md)
* [Terminology](Terminology.md)
* [Workloads](Workloads.md)

0 comments on commit 89784bf

Please sign in to comment.