【发布时间】:2016-06-02 01:59:59
【问题描述】:
我正在尝试从 this source 安装 QCL-0.6.4,但是当我在终端中使用 make 命令尝试时,我不断收到错误。
我是 this thread about installing QCL on OSX 来的,但是在尝试调整 Makefile 时,我总是遇到这个错误:
extern.cc:84:18: error: variable length array of non-POD element type 'tComplex'
(aka 'complex<double>')
tComplex u[dim][dim];
^
extern.cc:193:9: error: variable length array of non-POD element type 'term'
term t[dim];
^
extern.cc:224:9: error: variable length array of non-POD element type 'term'
term t[dim];
对此的任何帮助将不胜感激。
【问题讨论】:
-
嗨@朱利安。如果任何答案解决了您的问题,请考虑通过单击复选标记接受它。这向更广泛的社区表明您已经找到了解决方案,并为回答者和您自己提供了一些声誉。没有义务这样做。
标签: macos quantum-computing qcl