Skip to content

Commit 071ec89

Browse files
committed
Merge branch 'master' of github.com:mlund/faunus
2 parents 62036d3 + 6da63c8 commit 071ec89

File tree

4 files changed

+55
-19
lines changed

4 files changed

+55
-19
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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)

docs/_docs/topology.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

262262
A 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
264264
positions that must all fit within the simulation box. Only _positions_ from
265265
the 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

267269
For `implicit` molecules, only `N` should be given and the molecules are never
268270
inserted into the simulation box.

examples/fasta-titration.yml renamed to examples/fasta/fasta.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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 %}

examples/plot-pair-potentials.ipynb

Lines changed: 47 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)