Skip to content

Commit 3e839ff

Browse files
Merge pull request #92 from tecog/patch-3
Patch 3
2 parents da2ade8 + c2b07f2 commit 3e839ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Applications/Grover_Algorithm/Grover_Algorithm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616
#include "Core/QPanda.h"
17-
#include "Utilities/Utilities.h"
17+
#include "Core/Utilities/Utilities.h"
1818
#include "QAlg/Grover_Algorithm/Grover_Algorithm.h"
1919

2020
USING_QPANDA

CMakeSettings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"buildRoot": "${projectDir}\\build\\${name}",
1111
"installRoot": "C:\\QPanda2",
12-
"cmakeCommandArgs": "-DUSE_PYQPANDA=ON -DFIND_CUDA=OFF",
12+
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF",
1313
"buildCommandArgs": "-v",
1414
"ctestCommandArgs": ""
1515
},
@@ -22,7 +22,7 @@
2222
],
2323
"buildRoot": "${projectDir}\\build\\${name}",
2424
"installRoot": "C:\\QPanda2",
25-
"cmakeCommandArgs": "-DUSE_PYQPANDA=ON -DFIND_CUDA=OFF",
25+
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF",
2626
"buildCommandArgs": "-v",
2727
"ctestCommandArgs": ""
2828
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ QPanda 2作为本源量子计算系列软件的基础库,为QRunes、Qurator
4545

4646
{'00': 493, '11': 507}
4747

48-
更多的例子请参见[使用文档](https://qpanda-toturial.readthedocs.io/zh/latest/)
48+
更多的例子请参见[使用示例](https://github.com/OriginQ/QPanda-Example)
4949

5050
## 相关资料
5151

0 commit comments

Comments
 (0)