diff --git a/README_ZH.md b/README_ZH.md index 8615d74634d3ba9963a3964e497162e1295be21c..eb42750cc8aa5874138a58ab8724435e030c828e 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -84,4 +84,8 @@ The result of bell_state is: - 对于能够执行QCIS指令的后端,结果的格式由PyQCISim进行定义。详情请参考`quingo.if_backend.non_arch_backend.pyqcisim_quantumsim.PyQCISim_quantumsim::execute()`中的文档描述。 ## 青果示例程序 -目前青果运行时系统中已经包含了`Bell_state`、`GHZ`、`VQE`等示例程序,详情可见[此处](https://gitee.com/quingo/quingo-runtime/tree/master/src/examples)。 \ No newline at end of file +目前青果运行时系统中已经包含了`Bell_state`、`GHZ`、`VQE`等示例程序,详情可见[此处](https://gitee.com/quingo/quingo-runtime/tree/master/src/examples)。 + +## CI构建 + +支持Pull Request的CI自动构建,目前CI只进行pytest测试。 \ No newline at end of file