Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link to OpenMM-HIP #95

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions components/ecosystem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,24 @@
</v-card>
</v-container>
<v-container class="d-flex flex-wrap justify-center">
<v-card href="https://github.com/openmm/openmm-torch/" target="blank" class="ma-4" width="300" hover>
<v-card-title>OpenMM-Torch</v-card-title>
<v-card-text>
A plugin for OpenMM that allows PyTorch models to be used for defining an OpenMM force object.
</v-card-text>
</v-card>
<v-card href="https://github.com/openmm/openmm-plumed/" target="blank" class="ma-4" width="300" hover>
<v-card-title>OpenMM-PLUMED</v-card-title>
<v-card-text>
Provides a connection between OpenMM and PLUMED. It allows you to bias or analyze an OpenMM simulation based on collective variables.
</v-card-text>
</v-card>
<v-card href="https://github.com/amd/openmm-hip" target="blank" class="ma-4" width="300" hover>
<v-card-title>OpenMM-HIP</v-card-title>
<v-card-text>
A high performance OpenMM platform for AMD GPUs.
</v-card-text>
</v-card>
<v-card href="https://github.com/openmm/openmm-tensorflow/" target="blank" class="ma-4" width="300" hover>
<v-card-title>OpenMM-TensorFlow</v-card-title>
<v-card-text>
Expand All @@ -101,12 +113,6 @@
This is a plugin for OpenMM that allows neural networks to be used for defining forces. It is implemented with TensorRT.
</v-card-text>
</v-card>
<v-card href="https://github.com/openmm/openmm-torch/" target="blank" class="ma-4" width="300" hover>
<v-card-title>OpenMM-Torch</v-card-title>
<v-card-text>
A plugin for OpenMM that allows PyTorch static computation graphs to be used for defining an OpenMM force object.
</v-card-text>
</v-card>
</v-container>
<v-container>
<v-card flat>
Expand Down