Go to file
Zichen LI 71f38ef56b Generate .gitignore file by toptal
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python
2025-11-28 16:48:10 +01:00
JAX a simple script with jit and AD 2025-11-28 14:08:18 +01:00
tests added check-tree command 2024-12-31 14:01:49 +01:00
.gitignore Generate .gitignore file by toptal 2025-11-28 16:48:10 +01:00
AUTHORS install JAX guide 2025-11-28 11:27:43 +01:00
COPYING added licence 2024-12-27 11:46:45 +01:00
README.md added dependencies 2024-12-27 18:45:42 +01:00
rtenets fixed printf call in error and warning 2025-01-04 14:52:59 +01:00

README.md

READ FIRST: Good simulation practices wiki

Data and code tenets helper

Principles of code and data management, lists tenets that must be respected when working with simulation code and scientific data. This repository provides scripts to help automatically enfore these tenets (as much as possible).

Dependencies

The script rtenets requires:

  • bash
  • git
  • curl (optional, for web-based operations)
  • jq (optional, for gitea API calls)
  • python (optional, to setup dtool and snakemake)