Skip to main content

isq quantum kernel

Project description

isq-qcis python cor

isQ为对接中科院量子信息与量子科技创新研究院超导量子硬件,定制化开发了一个简化版的编译器isQ-core,并提供了离线的python包isqopen,详情请参考isQ-core帮助文档

isQ编译器也提供了编译到该硬件的选项--target qcis。由于硬件目前还不支持反馈控制,因此在使用isQ编写该硬件线路时,不能将测量结果赋值存入int变量,否则会报错,如

qbit q[3];
procedure main(){
    ...
    int a = M(q[0]); // 报错
}

当isQ编译成功后,会得到.qcis文件,用户可通过isqopen离线提交任务

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isqopen-1.0.tar.gz (37.7 kB view hashes)

Uploaded Source

Built Distribution

isqopen-1.0-py3-none-any.whl (42.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page