News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - David Dubbeldam

#196
General / Re: Using RASPA for Nanocarbons
July 06, 2019, 04:36:59 PM
Just use a cif-file describing your carbon-nanotube.
#197
Visualization / Re: VTK visualization
July 06, 2019, 04:34:44 PM
For combining VTK-densities and other VTK-files use the appropriate number of unit cells.
#198
The simulation-length is set by specifying the NumberOfCycles (see the manual).
#199
The FH-LJ is a potential between a pair of atoms. There are no mixing rules for atoms that defined using different potential forms. But you can straightforwardly define the interactions of all pairs of atoms that you would like (see the manual).
#200
Use the restart-file to start from the equilibrated systems (see manual).
You can take the results from different simulations and average them.
#201
Input files and parameters / Re: CIF files help
July 06, 2019, 04:24:19 PM
P1 is safer. Specifying the spacegroup is not unique, unless the Hall-symbols are used. Materials Studio and other codes do not do that. So, yes you can use symmetry, but if it does not work, it is usually because the space group is not set properly.
Using P1 avoids these issues.
#202
You could change the source code to achieve that.
Look at the function 'int VolumeMove(void)' in mc_moves.c and change the isotropic scaling into only scaling in the z-direction.
#203
In RASPA, the ensemble follows from the MC-moves.
So for NPT Gibbs you would use:
1) VolumeChangeProbability
2) GibbsSwapProbability
3) GibbsIdentityChangeProbability (assuming you have more than one component, otherwise you would use NVT-Gibbs).
4) thermalization moves like TranslationProbability, RotationProbability, ReinsertionProbability etc.

So the difference between NVT-Gibbs and NPT-Gibbs is that NVT-Gibbs uses a special volume move 'GibbsVolumeChangeProbability' so that the total volume is fixed. NPT-Gibbs uses the normal volume 'VolumeChangeProbability' that adjust each simulation box according to the specified pressure.
#204
The list of potentials is listed in the manual. Any others you need to manually add by modifying the code.
#205
Look at the file 'potentials.c' and 'potentials.h".
Grep one of the potentials, for example: grep ZERO_POTENTIAL potentials.*
to study that to add your potential.
#206
Structure-input is expected in cif-file format. In RASPA they are used to study adsorption and diffusion, but you could also develop a force field for your framework.
In case of water (or ice), these can be seen as "adsorbates" without a framework. For that, you need to generate a restart-file to start from these initial positions.
See the manual.
#207
That move can be simulated with a NVE hybrid-move combined with a volume move.

There is trial-attempt on implementing some NPH-like move with
HybridNPHMoveProbability 0.05
but that is untested and you will have to look at the code whether that actually works and the acceptance rule is correct and modify it if need be.
#208
Output files / Re: ENERGY DRIFT
March 06, 2019, 02:29:19 PM
This can possibly occur when not all potentials are well-defined. An example is when the hydrogens do NOT have a Lennard-Jones potential, but the connecting atom has a VDW radius that encompasses the hydrogen (or it should). But if the VDW radius is too small, then at high density the atoms will start to overlap leading to numerical problems.
#209
Check the format of the CIF file and compare it to the other ones to see where it goes wrong.
Usually, the error is printed to the console about what goes wrong with the reading.
#210
A single point is run by just using 0 cycles. To read in a configuration you can use the Restart-file (see manual).
A quick way of creating that file is to use 0 cycles and create a single molecule. That will write out the Restart-file containing (some) atomic positions of the molecule.
You can then edit this file, read it in, and run for 0 cycles to compute a 'single point' energy.
SMF spam blocked by CleanTalk