File tree Expand file tree Collapse file tree 4 files changed +55
-19
lines changed Expand file tree Collapse file tree 4 files changed +55
-19
lines changed Original file line number Diff line number Diff line change 11[ ![ Documentation] ( https://readthedocs.org/projects/faunus/badge/?version=latest )] ( https://faunus.readthedocs.io/en/latest/?badge=latest )
22[ ![ Build Status] ( https://app.travis-ci.com/mlund/faunus.svg?branch=master )] ( https://app.travis-ci.com/mlund/faunus )
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT )
4- [ ![ Anaconda-Server Badge] ( https://anaconda.org/conda-forge/faunus/badges/installer/conda.svg )] ( https://anaconda.org/conda-forge/faunus )
54[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/2ac7217d373a4f34a2dae2d912c9d1a1 )] ( https://www.codacy.com/app/mlund/faunus?utm_source=github.com& ; utm_medium=referral& ; utm_content=mlund/faunus& ; utm_campaign=Badge_Grade )
65[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.5235137.svg )] ( https://doi.org/10.5281/zenodo.5235137 )
76[ ![ Anaconda-Server Badge] ( https://anaconda.org/conda-forge/faunus/badges/platforms.svg )] ( https://anaconda.org/conda-forge/faunus )
Original file line number Diff line number Diff line change @@ -260,9 +260,11 @@ The following keywords for each molecule type are available:
260260` translate=[0,0,0]` | Displace loaded `positions` with vector
261261
262262A filename with positions for the `N` molecules can be given with `positions`.
263- The file must contain exactly `N`-times molecular
263+ The trajectory-like file must contain exactly `N` frames with molecular
264264positions that must all fit within the simulation box. Only _positions_ from
265265the file are copied; all other information is ignored.
266+ When using `positions`, `keepos` should be set to true. See also
267+ [this issue](https://github.com/mlund/faunus/issues/268#issuecomment-618904639) on github.
266268
267269For `implicit` molecules, only `N` should be given and the molecules are never
268270inserted into the simulation box.
Original file line number Diff line number Diff line change 11# !/usr/bin/env yason.py
2+ #
3+ # A peptide chain is generated from a FASTA sequence and
4+ # then titrated using a constant pH / constant salt ensemble
5+ # with explicit salt particles and counter-ions.
6+ #
27{% set eps = 0.05 %}
38{% set pH = 7.0 %}
49{% set Cs = 0.010 %}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments