Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.29 KB

browse.md

File metadata and controls

27 lines (24 loc) · 1.29 KB

Browse the nest

PLUMED-NEST provides all the data needed to reproduce the results of a PLUMED-enhanced molecular dynamics simulation or analysis contained in a published paper. Furthermore, PLUMED-NEST monitors the compatibility of the provided PLUMED input files with the current and development versions of the code and integrates links from these files to the PLUMED manual.

Here is the list of projects already deposited in PLUMED-NEST, while a complete bibliography can be found here.

{:#browse-table .display}

plumID Name Category Keywords Contributor
{% for item in site.data.eggs %} [{{ item.id }}]({{ item.path }}) {{ item.name }} {{ item.category }} {{ item.keywords }}
{% endfor %}
<script> $(document).ready(function() { var table = $('#browse-table').DataTable({ "dom": '<"search"f><"top"il>rt<"bottom"Bp><"clear">', language: { search: '', searchPlaceholder: "Search project..." }, buttons: [ 'copy', 'excel', 'pdf' ], "order": [[ 0, "desc" ]] }); $('#browse-table-searchbar').keyup(function () { table.search( this.value ).draw(); }); }); </script>