[Qirg] SimulaQron on pypi

Axel Dahlberg <E.A.Dahlberg@tudelft.nl> Thu, 28 March 2019 13:26 UTC

Return-Path: <E.A.Dahlberg@tudelft.nl>
X-Original-To: qirg@ietfa.amsl.com
Delivered-To: qirg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D46C01202C9 for <qirg@ietfa.amsl.com>; Thu, 28 Mar 2019 06:26:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bQHHmcXUwxEH for <qirg@ietfa.amsl.com>; Thu, 28 Mar 2019 06:26:38 -0700 (PDT)
Received: from mailservice.tudelft.nl (mailservice.tudelft.nl [130.161.131.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2EC111202AE for <qirg@irtf.org>; Thu, 28 Mar 2019 06:26:38 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by amavis (Postfix) with ESMTP id DE54B640086 for <qirg@irtf.org>; Thu, 28 Mar 2019 14:26:36 +0100 (CET)
X-Virus-Scanned: amavisd-new at tudelft.nl
Received: from mailservice.tudelft.nl ([130.161.131.73]) by localhost (tudelft.nl [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id dPwKQpuKBgQP for <qirg@irtf.org>; Thu, 28 Mar 2019 14:26:35 +0100 (CET)
Received: from SRV218.tudelft.net (srv218.tudelft.net [131.180.6.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx2.tudelft.nl (Postfix) with ESMTPS id EDA826400AF for <qirg@irtf.org>; Thu, 28 Mar 2019 14:26:35 +0100 (CET)
Received: from SRV221.tudelft.net (131.180.6.21) by SRV218.tudelft.net (131.180.6.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.1713.5; Thu, 28 Mar 2019 14:26:30 +0100
Received: from SRV221.tudelft.net ([fe80::1db0:d95:8ac1:d760]) by SRV221.tudelft.net ([fe80::1db0:d95:8ac1:d760%13]) with mapi id 15.01.1713.004; Thu, 28 Mar 2019 14:26:30 +0100
From: Axel Dahlberg <E.A.Dahlberg@tudelft.nl>
To: "qirg@irtf.org" <qirg@irtf.org>
Thread-Topic: SimulaQron on pypi
Thread-Index: AQHU5Wnan8RiIk1w90CugRJBDeAHVA==
Date: Thu, 28 Mar 2019 13:26:30 +0000
Message-ID: <8A6CAD7C-87BE-4A08-A25F-91E78F1081E9@tudelft.nl>
Accept-Language: en-GB, nl-NL, en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-mailer: Apple Mail (2.3445.9.1)
Content-Type: multipart/alternative; boundary="_000_8A6CAD7C87BE4A08A25F91E78F1081E9tudelftnl_"
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/qirg/5Xbuyb7TznCvzvDOeCQKAWqi5Zw>
Subject: [Qirg] SimulaQron on pypi
X-BeenThere: qirg@irtf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Quantum Internet \(proposed\) RG" <qirg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/qirg>, <mailto:qirg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/qirg/>
List-Post: <mailto:qirg@irtf.org>
List-Help: <mailto:qirg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/qirg>, <mailto:qirg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Thu, 28 Mar 2019 13:26:41 -0000

Hi all!

I'm very happy to say that our Quantum Internet simulator SimulaQron, intended for software development, is now on pypi. So it's now very easy to install, if you're on MacOS or Linux, simply type 'pip3 install simulaqron' in your terminal and you're ready to go. To start the default simulated network (consisting of Alice, Bob, Charlie, David and Eve in a fully connected topology) type 'simulaqron start' (to stop the network type 'simulaqron stop'). When the simulated network is running you can access and program it using the CQC interface. For examples of how to do this, see the examples in the repo https://github.com/SoftwareQuTech/CQC-Python and the full documentation can be found at https://softwarequtech.github.io/SimulaQron/html/index.html.

Happy coding :)

/Axel Dahlberg