Closed OliMarc closed 2 months ago
On macOS, the output seems okay to me.
What version of iRASPA are you using?
1) No, work in progress. Idea is to make grids for specific atom-types. By default the center of mass of the molecules is used. 2) Yes, but then a density grid of only these pseudo-atom types 3) Yes.
Btw. the minus sign for -128 means that the unit are taken as Angstrom, instead of Bohr.
Thank you for your fast response.
I see, I was using VESTA to visualize the cube instead, thinking the Gaussian cube-formatted file would be readable with any compatible visualization tool. My mistake, thank you!
Not many tools can handle cube-file that are not cubic (cell angles different from 90 degrees).
Btw. Note that RASPA3 is alpha software. We are working toward the release, but there could be bugs in the code.
Hello RASPA3 Developers!
I have been testing the latest version of RASPA3 (version 3.0.0) and its associated grid features. I appreciate the switch from .vtk to .cube files for visualizing the data, as well as the significant speed increase compared to RASPA2. However, I believe there is an issue with how the structure is being written along with the volumetric data. The attached image (Image 1) show the contents of the density grid files generated for my simulation involving the CALF-20 framework.
Image 1
Issue:
As shown, the volumetric data appears disproportionately small compared to the structure, and the structure itself has overlapping atoms. When I removed the negative sign in front of the volumetric grid lines [128, 128, 128] in the cube file, the volumetric data then correctly fits into the structure’s cell (as seen in Image 2). However, the atomic positions within the structure remain misaligned and overlapping.
Below is a section from the cube file (grid_calf-20_component_CO2.s0.cube):
Image 2
Questions:
In the RASPA3 manual, there is a grid option called "DensityGridPseudoAtomsList", which allows users to specify a list of pseudo atoms. A similar option existed in RASPA2 called "GridTypes". I have tested this option using both your provided examples and my own examples, but it does not seem to alter the density grid outputs. In contrast, RASPA2 would generate the density plot for the guest molecule as well as its center of mass.
I have also attached my input and output from my example for your reference. 13_mc_absorption_of_co2_in_calf-20.zip
Thank you for your time and attention to these issues.