https://github.com/agnostiqhq/covalent-executor-template
Template repository used to create new Covalent executors
https://github.com/agnostiqhq/covalent-executor-template
Last synced: 6 months ago
JSON representation
Template repository used to create new Covalent executors
- Host: GitHub
- URL: https://github.com/agnostiqhq/covalent-executor-template
- Owner: AgnostiqHQ
- License: apache-2.0
- Created: 2022-02-07T03:43:05.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-13T12:50:03.000Z (over 1 year ago)
- Last Synced: 2024-04-23T14:28:12.320Z (over 1 year ago)
- Language: Python
- Homepage: https://agnostiq.ai/covalent
- Size: 60.5 KB
- Stars: 8
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Covalent Executor Plugins
Covalent is a Pythonic workflow tool used to execute tasks on advanced computing hardware. The way in which workflows and tasks interface with the hardware is through executor plugins, such as the local executor packaged with core Covalent. While the Covalent team has a rigorous roadmap to provide interfaces to many devices, you may find that you want more flexibility or customization for a particular environment. Here, we recommend creating a custom executor plugin. This repository serves as a template for creating such plugins. For more information about how to get started with Covalent, check out the project [homepage](https://github.com/AgnostiqHQ/covalent) and the official [documentation](https://covalent.readthedocs.io/en/latest/).
## Release Notes
Release notes are available in the [Changelog](https://github.com/AgnostiqHQ/covalent-executor-template/blob/main/CHANGELOG.md).
## Citation
Please use the following citation in any publications:
> W. J. Cunningham, S. K. Radha, F. Hasan, J. Kanem, S. W. Neagle, and S. Sanand.
> *Covalent.* Zenodo, 2022. https://doi.org/10.5281/zenodo.5903364## License
Covalent is licensed under the Apache License 2.0. See the [LICENSE](https://github.com/AgnostiqHQ/covalent-executor-template/blob/main/LICENSE) file or contact the [support team](mailto:support@agnostiq.ai) for more details.