https://github.com/agoose77/talys-docker
https://github.com/agoose77/talys-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agoose77/talys-docker
- Owner: agoose77
- Created: 2023-01-29T10:49:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T10:49:04.000Z (about 2 years ago)
- Last Synced: 2025-01-16T04:14:50.000Z (3 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TALYS docker image
TALYS is a nuclear reaction code developed by A. Koning et al.
This is a Docker container for TALYS 1.95:
https://tendl.web.psi.ch/tendl_2019/talys.html## Getting started
To create the Docker image:
1. Download [TALYS](https://tendl.web.psi.ch/tendl_2021/talys.html) in the working directory
2. Build from the Dockerfile
```
git build -t talys .
```To run the container interactively run:
```
docker run -it talys
```This will load the container, placed inside the `~/test` folder. To run the test calculation run:
```
talys output
```
This calculation should take <5 seconds. To confirm the calculation has run correctly, the output file's last line will say `The TALYS team congratulates you with this successful calculation.`## Future alterations
The container image is currently in a primitive state. Volumes will be added to enable data transfer between the container and the host.