https://github.com/zfb132/itensor_demo
安装和使用ITensor
https://github.com/zfb132/itensor_demo
cpp itensor makefile vscode
Last synced: over 1 year ago
JSON representation
安装和使用ITensor
- Host: GitHub
- URL: https://github.com/zfb132/itensor_demo
- Owner: zfb132
- Created: 2022-05-24T06:49:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T06:06:57.000Z (about 4 years ago)
- Last Synced: 2025-01-15T07:57:27.596Z (over 1 year ago)
- Topics: cpp, itensor, makefile, vscode
- Language: C++
- Homepage: https://blog.whuzfb.cn/blog/2020/07/04/itensor_install/
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安装和使用ITensor
## 1. 下载编译ITensor源码并测试
包括以下步骤:
* 在Linux系统下载[itensor](https://github.com/ITensor/ITensor/releases)最新发布版本的源码压缩包(zip)
* 安装itensor的依赖库
* 修改`Makefile`文件
* 编译安装itensor
* 测试itensor库的使用
详细介绍见[itensor-install](https://github.com/zfb132/itensor_demo/tree/master/itensor-install)
## 2. 在Windows系统使用VSCode编译及调试代码
包括以下步骤:
* 启用`适用于Windows的Linux子系统`并安装ubuntu软件
* 下载安装[VSCode](https://code.visualstudio.com/)软件和itensor库
* 配置VSCode与itensor的C++开发环境
* 测试代码
详细介绍见[itensor-vscode](https://github.com/zfb132/itensor_demo/tree/master/itensor-vscode)