An open API service indexing awesome lists of open source software.

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

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)