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

#76
General / Re: Number of molecules in GEMC box
November 03, 2021, 08:47:05 AM
The length of the boxes is important to reduce finite-size effects.

But more fundamentally, it is quite hard with a simple set of LJ parameters to get both the liquid and the vapor branch accurate. This is btw one the main reason to fit parameters on VLE-data. But the united-atom approach has its limits. More complicated models like full-atom models have more parameters and are harder to optimize.
So... having a good liquid phase and 20% off for the vapor phase is not that bad.
#77
It would require reading the code and understanding the flow of the code.
In general "monte_carlo.c" is the start-point for Monte Carlo. It setups the systems and selection of moves etc.
The MC-moves themselves are in "mc_moves.c" which makes use of the routines to compute the energies in the various files like "framework_energy.c", "inter_energy.c", and "internal_energy.c".
#78
Using a Restart-file will save you the equilibration phase. Usually it is best to check your simulation after submitting to make sure the options are set.
In the output, it lists the input-settings so you can check whether options are on or off.
Also, most files are periodically updated so you can see the current results.
#79
Search for books and literature on grand-canonical ensembles. There are also many books, reviews, articles on the topic of simulation of adsorption.
#80
General / Re: Number of molecules in GEMC box
October 13, 2021, 08:06:24 PM
What do you mean wiith "not accurate"? Compared to what? experiment or the result of the TraPPE force field?
Force TraPPE, make sure you use an unshifted potential and tailcorrections.
#81
You will need to some code modifcations to make this work. Create 3 systems and specify the moves between the boxes of choice.
#82
Input files and parameters / Re: The usage of block_file
September 27, 2021, 07:38:58 PM
Without blocking you should get around 0.49. With blocking it should be around 0.4-0.43 depending on the details of FAU.
Check that you use the same definition of the structure in zeo++ so that the pockets really match the structure in the CIF-file.
The centers should be close to the ones in 'structures/zeolites/block/FAU.block'.
#83
General / Re: RASPA Simulations Directory not Found
September 27, 2021, 07:27:24 PM
That is done in the run-file. See manual "1.3.5 Running RASPA".
#84
Input files and parameters / Re: RandomAlSubstitution_13X
September 27, 2021, 07:22:09 PM
Usually, the experimental structure is an average over all unit cells, and that is then described by a space group.
In simulation, you need to define all atoms, so it is unlikely that the space group is the same (for structures with partial occupancies).
So, just convert to P1 and do the substitution.
#85
I have no problems reading this file in iRASPA (Mac/windows, version 2.1.6).
Could you retry using the latest version?

Also, the difference between unix and windows end-of-line codes can potentially lead to issue.
#86
Input files and parameters / Re: The usage of block_file
September 22, 2021, 03:06:43 PM
Just checked the code: the Widom move _does_ check for blocking.
How did you define the blocking-pockets and what is your input-file to switch on blocking for that component?
#87
This workshop/school focuses on a practical understanding of visualization and molecular simulation of nanoporous materials and fluids, using iRASPA and RASPA. RASPA is well known for force field-based molecular simulation of adsorption and diffusion in nanoporous materials (such as MOFs and zeolites), as well as studying thermodynamic and transport properties of complex fluids. The combination with the visualization software iRASPA enables obtaining direct molecular insight. In this 1-day workshop, besides lectures on the basics of MD/MC, we will also consider the practical side of simulations using iRASPA/RASPA: setting up the system, constructing input files for molecules and frameworks, setting up a force field, understanding input settings, and analyzing the output. The workshop will be online.

https://iraspa.org/workshops/iraspa-raspa-online-workshop-2022/
#88
The grids are tested by random insertion. So there is no mechanism that avoids overlap of the ions.
You can get: large negative Coulombic energy + large repulsive energy, that nearly cancels out.
So, this is more a problem of the test then of the grid itself.
You can run a simulation with and without the grid and see if you get the same answers.
#89
General / Re: RASPA Simulations Directory not Found
September 22, 2021, 02:52:10 PM
You should not install it on /lib, which is indeed a read-only systems directory.
Better just install it in your home account.

In the raspa-directory do:
rm -rf autom4te.cache 
mkdir m4 
aclocal 
autoreconf -i 
automake --add-missing 
autoconf 
./scripts/CompileScript/make-gcc-local
make
make install
#90
Probably best to ask the creators of zeo++.
Use a structure that you know is porous so you can interpret the values that zeo++ gives.
SMF spam blocked by CleanTalk