File tree 3 files changed +4
-4
lines changed
Applications/Grover_Algorithm
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
#include " Core/QPanda.h"
17
- #include " Utilities/Utilities.h"
17
+ #include " Core/ Utilities/Utilities.h"
18
18
#include " QAlg/Grover_Algorithm/Grover_Algorithm.h"
19
19
20
20
USING_QPANDA
Original file line number Diff line number Diff line change 9
9
],
10
10
"buildRoot" : " ${projectDir}\\ build\\ ${name}" ,
11
11
"installRoot" : " C:\\ QPanda2" ,
12
- "cmakeCommandArgs" : " -DUSE_PYQPANDA=ON -DFIND_CUDA=OFF" ,
12
+ "cmakeCommandArgs" : " -DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF" ,
13
13
"buildCommandArgs" : " -v" ,
14
14
"ctestCommandArgs" : " "
15
15
},
22
22
],
23
23
"buildRoot" : " ${projectDir}\\ build\\ ${name}" ,
24
24
"installRoot" : " C:\\ QPanda2" ,
25
- "cmakeCommandArgs" : " -DUSE_PYQPANDA=ON -DFIND_CUDA=OFF" ,
25
+ "cmakeCommandArgs" : " -DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF" ,
26
26
"buildCommandArgs" : " -v" ,
27
27
"ctestCommandArgs" : " "
28
28
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ QPanda 2作为本源量子计算系列软件的基础库,为QRunes、Qurator
45
45
46
46
{'00': 493, '11': 507}
47
47
48
- 更多的例子请参见[ 使用文档 ] ( https://qpanda-toturial.readthedocs.io/zh/latest/ ) 。
48
+ 更多的例子请参见[ 使用示例 ] ( https://github.com/OriginQ/QPanda-Example ) 。
49
49
50
50
## 相关资料
51
51
You can’t perform that action at this time.
0 commit comments