226
Input files and parameters / Re: The usage of block_file
« on: March 19, 2018, 02:08:45 PM »
For each specific case (i.e. framework), you need to define your own blocking pockets.
See for example: structures/zeolites/block/LTA_SI.block
You can put this file in your current directory, and then you can set:
BlockPockets yes
BlockPocketsFilename LTA_SI
(see for example: examples/Non-Basic/MC_Adsorption_of_CO2_in_LTA4A_Sodium).
The blocking file looks something like:
32
0.0 0.0 0.0 4.0
0.5 0.0 0.0 4.0
0.0 0.5 0.0 4.0
0.5 0.5 0.0 4.0
.......
So first the number of pockets in the unit cell, then for each pocket the fractional position and the radius in Angstrom.
Everything within that radius from the given point will be blocked.
Also check the output-file to confirm your pockets have been properly read.
See for example: structures/zeolites/block/LTA_SI.block
You can put this file in your current directory, and then you can set:
BlockPockets yes
BlockPocketsFilename LTA_SI
(see for example: examples/Non-Basic/MC_Adsorption_of_CO2_in_LTA4A_Sodium).
The blocking file looks something like:
32
0.0 0.0 0.0 4.0
0.5 0.0 0.0 4.0
0.0 0.5 0.0 4.0
0.5 0.5 0.0 4.0
.......
So first the number of pockets in the unit cell, then for each pocket the fractional position and the radius in Angstrom.
Everything within that radius from the given point will be blocked.
Also check the output-file to confirm your pockets have been properly read.