• R/O
  • SSH

提交列表

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. 时间 作者
79b88f6a9b89 2008-01-14 04:27:48 iselllo

Now cluster_functions.R also saves some extra features of the aggregate
which are used for the post-processing.

4b3d1a0baa53 2008-01-14 04:26:06 iselllo

Now plot_statistics.py includes some of the features of
plot_statistics2.py and can calculate the radius of gyration of the
aggregate and print the histograms of the number and radius of gyration
distributions.

bcc2f71f11dd 2008-01-14 02:54:22 iselllo

Now in plot_statistics.py I can specify the initial configuration I was
reading, the final one and the step.

5cf65824a9b1 2008-01-14 02:52:46 iselllo

Now read_test.tcl is able to read configurations from a selected one to
a final one (specified by the user) and with a given spacing.

24b6b3211e19 2008-01-13 12:18:18 iselllo

Now cluster_functions.R contains a new function which is used by
plot_statistics2.py to calculate the radius of gyration of the clusters
in a configuration.

6d482c81c0a7 2008-01-13 12:16:13 iselllo

Now test_visual.py is also able to display an animation.

5e8ffa5a9021 2008-01-13 12:15:23 iselllo

Now plot_statistics2.py is also able to calculate the radius of gyration
for a given particle configuration.

13f04bfb4c63 2008-01-12 02:31:11 iselllo

Now test_visual.py is able to calculate the histogram corresponding to
the number distribution of the various clusters and can also re-write
the particle positions in an "ordered" way which is much easier to deal
with for calculating e.g. the radius of gyration or for plotting them.

28aca30f84df 2008-01-12 02:24:23 iselllo

I added the small code plot_statistics2.py which does some further
post-processing on the cluster number.

8610276923a4 2008-01-11 03:02:59 iselllo

now test_interaction.tcl accepts the number of particles and the density
as inputs parameters and works out the box size accordingly.

70b294d2b180 2008-01-11 02:59:27 iselllo

Now plot_statistics.py accepts number of particles and density as inputs
and works out the box size.

f44c7148489d 2008-01-11 02:55:58 iselllo

I added test_visual.py, a small code using visual python to visualize
the results of my simulations.

3a0e7e73d7cb 2008-01-10 23:04:24 iselllo

Now plot_statistics.py also saves the cluster particle distribution.

04bd10f0480e 2008-01-10 21:00:05 iselllo

I reorganized plot_statistics.py which now first works out the structure
(how many of them, how many particles in each) of the clusters and then
works out the radius of gyration. It depends on a fortran90 compiled
routine and on an R script.

28109f16df46 2008-01-10 20:58:10 iselllo

cluster_functions.R now returns both the number of clusters and their
structure as a matrix (I have to declare that explicitely) which is then
accessed by SciPy.

79b03741d20d 2008-01-10 20:56:27 iselllo

I simply re-organized the loops in the routine to calculate the
"correct" distances.

22ff463863f5 2008-01-10 01:26:29 iselllo

I added the code distance_calc.f90 which is what is used to generate a
module used by the script plot_statistics.py.

c79907a3ffe5 2008-01-10 01:25:03 iselllo

I modified the code plot_statistics.py, now it calculates properly the
number of clusters (I added a compiled fortran code) which evaluates
properly the relative distances. However, now the calculation of the
radius of gyration is spoilt and has to be fixed.

660c7feed190 2008-01-09 09:00:30 iselllo

I added the code test_graph.R to perform some tests on a couple of
configurations [=sets of particle positions] in order to investigate the
number of aggregates, their composition etc...

4e7e93b6dd5d 2008-01-09 02:37:20 iselllo

I added the code cluster_functions.R which does the same things as
cluster.R but using functions which can be imported in Python via Rpy.
Beware that the <- of R have to be replaced by = and when you specify
the value which a function has to return in its declaration, use e.g.
return(z), with brackets and no spaces.

7da0356f3e50 2008-01-09 02:34:38 iselllo

Now the code plot_statistics.py is able to call some R functions to
study the number of aggregates, but this still has to be fixed/tested.

f7e4f794268c 2008-01-08 01:51:29 iselllo

I added the code cluster.R; it generates a set of random particles in
2D, then works out the distance matrix and then counts how many
aggregates/clusters there are (I give a specified distance threshold)
and also spells out their composition. It relies on the igraph package.
Since this package was originally written in C, the numbering of
particles start with zero (C-style) instead of one (R-style).

adb72c59d2f7 2008-01-07 19:00:56 iselllo

I simply modified the definition of the length I am using in the routine
for numerical derivatives; now it is worked out correctly every time I
define a new r vector where r is the independent variable.

4c573ce35ef7 2008-01-07 08:59:46 iselllo

I removed some redundant calls or references to VMD in the code
test_interaction.tcl (the visualization is intact, but the code is now
more correct).

d5f18603fd25 2007-12-28 09:37:07 iselllo

I made small modifications to plot_potential.py, which is now saving
more quantities and also opening windows to see the potential and the
resulting force.

86a3f5b82bad 2007-12-28 09:35:15 iselllo

I modified the way in which I call VMD (now only when I am saving a
configuration, NOT at every time step).
However, this has not been tested throughly yet.

4351e92c5bfb 2007-12-24 18:27:04 iselllo

I modified plot_potential.py which is now able to save the potential,
the force and the distance in a way suitable for Espresso.
However, one still has to modify a bit by hand the tabulated potential
(e.g. the number of particles has to be an integer and the first line of
the tabulated potential has to be a #).

52e354b0a4a1 2007-12-24 18:11:58 iselllo

I modified test_interaction.tcl which is now able to use a tabulated
interaction potential I can generate myself. The code is still
experimental; in particular the equilibration part is now useless and
should be either removed or fixed (since I am doing nothing there; it is
just a loop where there is no evolution of the system, since the part
with the "integrate" command is now commented out.

617c7cadde2a 2007-12-24 04:02:47 iselllo

I modified the code plot_potential.py which now calculates a new binding
potential I "invented" after chatting with Yannis (I can now specify
separately the depth, the position of the minimum and the cut-off). The
code now needs to import a module which is compiled Fortran 90 code (see
file derivative.f90 in the f2py folder). That compiled code is used to
calculate numerically the derivative of the potential (to get the force
after reversing its sign).

9f15d0c73784 2007-12-24 03:57:37 iselllo

I added a couple of lines to derivative.f90: they tell how to compile
the routine.