1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/helloyesterday-mindsponge

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
README.en.md 2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
helloyesterday Отправлено 10.04.2023 09:24 d1ccdc9

MindSPONGE

Description

MindSPONGE (MindSpore Simulation Package tOwards Next Generation molecular modelling)

Software Architecture

MindSPONGE Architecture

Installation

This code was developed base on the AI framework MindSpore: https://mindspore.cn/en

  • Install the dependency libraries:
pip install -r requirements.txt
  • Compile the codes:
export CUDA_PATH={your_cuda_path}
bash build.sh -e gpu -j32
  • The compiled whl package is in the dist directory. Use pip to install:
pip install mindsponge-[gpu|ascend]

Instructions

The tutorials for user are in the "tutorials" directory:

Basic tutorials:

tutorial_b01.py: Create a simple simulation system manually.

tutorial_b02.py: Create a simple simulation system using template and parameters file.

tutorial_b03.py: Edit system and minimization.

tutorial_b04.py: MD simulation with bias potential.

tutorial_b05.py: MD simulation with periodic boundary condition.

tutorial_b06.py: Minimization and MD simulation of protein molecule.

tutorial_b07.py: Constraint and LINCS.

Advanced tutorials:

tutorial_a01.py: Metrics and collective variables (CVs).

tutorial_a02.py: Bias potential and metadynamics (MetaD)

tutorial_a03.py: Energy wrapper and integrated tempering sampling (ITS).

tutorial_a04.py: Hybrid enhanced sampling and MetaITS

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/helloyesterday-mindsponge.git
git@api.gitlife.ru:oschina-mirror/helloyesterday-mindsponge.git
oschina-mirror
helloyesterday-mindsponge
helloyesterday-mindsponge
develop