Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

REST Container Downloads

← Back to Homepage

Workshop Edition — November 2025


About REST

REST (Rust-based Electronic Structure Theory) is the first electronic structure package built entirely in Rust.

Source code & docs: gitee.com/restgroup


Current Version: v2025.01

ItemDetail
Version2025.01 (Workshop Edition)
Release DateNov 28, 2025
StorageAlibaba Cloud OSS

Downloads

Docker Container Image

Apptainer/Singularity Image

Conda

Conda


Quick Install

Conda

conda create -n rest python=3.11 -c conda-forge
conda activate rest
conda install rest -c restgroup -c mokit -c conda-forge

Docker

wget -O rest_2025.01.tar.gz "https://rest-package-image.oss-cn-hangzhou.aliyuncs.com/docker/rest_2025.01.tar.gz"
docker load < rest_2025.01.tar.gz

Apptainer/Singularity

wget -O rest_2025.01.sif "https://rest-package-image.oss-cn-hangzhou.aliyuncs.com/apptainer/rest_2025.01.sif"
singularity exec rest_2025.01.sif rest --version

Citation

Li, Z.; Gao, T.; Wang, S.; et al. REST: Embracing the Rust Programming Language for Modern Electronic Structure Theory. Chin. J. Chem. Phys. 2025. DOI: 10.1063/1674-0068/cjcp2510156

← Back to Homepage