-
Notifications
You must be signed in to change notification settings - Fork 91
/
.wci.yml
39 lines (39 loc) · 1.32 KB
/
.wci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Covalent
icon: https://raw.githubusercontent.com/AgnostiqHQ/covalent/master/doc/source/_static/covalent-logo-blue-favicon.png
headline: Distributed workflows for quantum and HPC
description: |
Covalent is a Pythonic workflow tool used to execute HPC and quantum tasks
in heterogenous environments. Users functionalize existing code, apply
Python decorators, and then dispatch workflows to the Covalent server. Users
can monitor job statuses and view metadata in the Covalent user interface,
or query information programmatically via REST API endpoints. Covalent is
designed for rapid prototyping and pre-production R&D workflows, so that
users can quickly identify optimal software parameters and hardware backends
for any particular application.
language: Python
documentation:
general: https://covalent.readthedocs.io/en/stable/
installation: https://covalent.readthedocs.io/en/stable/getting_started/index.html
social:
twitter: covalentxyz
execution_environment:
interfaces:
- Python API
- REST API
- Browser UI
resource_managers:
- Slurm
- NERSC Superfacility
- AWS Batch
- Amazon ECS
- AWS Lambda
- Amazon Braket
- Azure Batch
- Google Batch
- Kubernetes
transfer_protocols:
- rsync
- HTTP
- Amazon S3
- Azure Blob Storage
- Google Cloud Storage