1 Star 0 Fork 22

zhanghuohuo2/QPanda-2

forked from 本源量子/QPanda-2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeSettings.json 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
wangjing 提交于 2022-08-17 10:51 . 解决映射算法出错的问题
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_CHEMIQ=OFF -DUSE_EXTENSION=OFF",
"buildCommandArgs": "-j4",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_CHEMIQ=OFF -DUSE_EXTENSION=OFF",
"buildCommandArgs": "-j4",
"ctestCommandArgs": ""
},
{
"name": "Linux-Debug",
"generator": "Unix Makefiles",
"remoteMachineName": "10.10.128.41",
"configurationType": "Debug",
"remoteCMakeListsRoot": "/tmp/QPanda",
"cmakeExecutable": "/usr/local/bin/cmake",
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"remoteBuildRoot": "/tmp/build/${workspaceHash}/build/${name}",
"remoteInstallRoot": "/tmp/build/${workspaceHash}/install/${name}",
"remoteCopySources": true,
"remoteCopySourcesOutputVerbosity": "Normal",
"remoteCopySourcesConcurrentCopies": "10",
"remoteCopySourcesMethod": "rsync",
"remoteCopySourcesExclusionList": [ ".vs", ".git", "build " ],
"rsyncCommandArgs": "-t --delete --delete-excluded",
"remoteCopyBuildOutput": false,
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_CHEMIQ=OFF -DUSE_EXTENSION=OFF",
"buildCommandArgs": "-j4",
"ctestCommandArgs": "",
"inheritEnvironments": [ "linux_x64" ]
},
{
"name": "Linux-Release",
"generator": "Unix Makefiles",
"remoteMachineName": "10.10.128.41",
"configurationType": "Release",
"remoteCMakeListsRoot": "/tmp/QPanda",
"cmakeExecutable": "/usr/local/bin/cmake",
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"remoteBuildRoot": "/tmp/build/${workspaceHash}/build/${name}",
"remoteInstallRoot": "/tmp/build/${workspaceHash}/install/${name}",
"remoteCopySources": true,
"remoteCopySourcesOutputVerbosity": "Normal",
"remoteCopySourcesConcurrentCopies": "10",
"remoteCopySourcesMethod": "rsync",
"remoteCopySourcesExclusionList": [ ".vs", ".git", "build " ],
"rsyncCommandArgs": "-t --delete --delete-excluded",
"remoteCopyBuildOutput": false,
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_CHEMIQ=OFF -DUSE_EXTENSION=ON",
"buildCommandArgs": "-j4",
"ctestCommandArgs": "",
"inheritEnvironments": [ "linux_x64" ]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/zhanghuohuo2/QPanda-2.git
git@gitee.com:zhanghuohuo2/QPanda-2.git
zhanghuohuo2
QPanda-2
QPanda-2
master

搜索帮助