• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

yoursunny / mqns / 27369341227

11 Jun 2026 06:39PM UTC coverage: 84.78% (+1.2%) from 83.556%
27369341227

push

github

yoursunny
docs: add CITATION.cff file

5587 of 6590 relevant lines covered (84.78%)

0.85 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

75.0
/mqns/entity/node/controller.py
1
#    Multiverse Quantum Network Simulator: a simulator for comparative
2
#    evaluation of quantum routing strategies
3
#    Copyright (C) [2025] Amar Abane
4
#
5
#    This program is free software: you can redistribute it and/or modify
6
#    it under the terms of the GNU General Public License as published by
7
#    the Free Software Foundation, either version 3 of the License, or
8
#    (at your option) any later version.
9
#
10
#    This program is distributed in the hope that it will be useful,
11
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
12
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
#    GNU General Public License for more details.
14
#
15
#    You should have received a copy of the GNU General Public License
16
#    along with this program.  If not, see <https://www.gnu.org/licenses/>.
17

18
from mqns.entity.node.node import Node
1✔
19

20

21
class Controller(Node):
1✔
22
    """Controller computes routing and swapping instructions for quantum routers"""
23

24
    def __repr__(self) -> str:
1✔
25
        return f"<controller {self.name}>"
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc