Skip to content

Exopy/exopy_qm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exopy_qm

Exopy_qm is an exopy plugin to interface with Quantum Machine hardware.

Installation

In order to install this plugin, you can simply run

pip install .

inside the root folder.

If you want your changes in the code to work without reinstalling exopy_qm after each change, you need to install exopy_qm in edit mode by running

pip install -e .

Known problems

The OPX can generate very large amount of data and displaying such large amounts of data in the text monitor of exopy can cause slowdowns or even memory leaks. To fix that issue, you should use a very recent version of exopy (because of a bug that was fixed in a recent commit) and remove the entries containing large amount of data from the list of displayed entries in the "edit tools" menu.

Special note for Windows developers

Please set autocrlf to true in your git configuration if you want to work on the code with CRLF endlines. Please don't commit files with CRLF endings if you don't have that option enabled. See this for more information.