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

Remove some analysis that has no test and py interface #1640

Merged
merged 7 commits into from
Nov 22, 2017
Merged
Show file tree
Hide file tree
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
76 changes: 0 additions & 76 deletions doc/sphinx/analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,61 +187,6 @@ the second triple to type 1.

.. _Modes:

Modes
~~~~~
.. todo:: This feature is not implemented

analyze modes2d

Analyzes the modes of a configuration. Requires that a grid is set and
that the system contains more than two particles. Output are four
numbers in the order:

.. math:: ht_{RE}\qquad ht_{IM}\qquad \theta_{RE}\qquad \theta_{IM}


.. _Lipid orientation:

Lipid orientation
~~~~~~~~~~~~~~~~~
.. todo:: This feature is not implemented

analyze get\_lipid\_orients analyze lipid\_orient\_order


.. _Bilayers:

Bilayers
~~~~~~~~
.. todo:: This feature is not implemented

analyze bilayer\_set analyze bilayer\_density\_profile


.. _GPB:

GPB
~~~
.. todo:: This feature is not implemented

analyze cell\_gpb


.. _Get folded positions:

Get folded positions
~~~~~~~~~~~~~~~~~~~~
.. todo:: This feature is not implemented

analyze get\_folded\_positions

Outputs the folded positions of particles. Without any parameters, the
positions of all particles are given, folded to the box length. The
optional parameter ensures that molecules (particle groups) are kept
intact. The optional shift parameters can be used to shift the not
separated molecules if needed.


.. _Vkappa:

Vkappa
Expand Down Expand Up @@ -361,27 +306,6 @@ aggregation state of only oppositely charged particles.

.. _Identifying pearl necklace structures:

Identifying pearl-necklace structures
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. todo:: This feature is not implemented

analyze necklace

Algorithm for identifying pearl necklace structures for polyelectrolytes
in poor solvent :cite:`limbach03a`. The first three
parameters are tuning parameters for the algorithm: is the minimal
number of monomers in a pearl. is the number of monomers along the chain
backbone which are excluded from the space distance criterion to form
clusters. is the distance between two monomers up to which they are
considered to belong to the same clusters. The three parameters may be
connected by scaling arguments. Make sure that your results are only
weakly dependent on the exact choice of your parameters. For the
algorithm the coordinates stored in partCfg are used. The chain itself
is defined by the identity first of its first monomer and the chain
length length. Attention: This function is very specific to the problem
and might not give useful results for other cases with similar
structures.


.. _Finding holes:

Expand Down
Loading