Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions on detecting correct species and reaction route in Ca #1626

Open
yunjian-hash opened this issue Jul 13, 2022 · 3 comments
Open

Questions on detecting correct species and reaction route in Ca #1626

yunjian-hash opened this issue Jul 13, 2022 · 3 comments
Labels

Comments

@yunjian-hash
Copy link

yunjian-hash commented Jul 13, 2022

Dear developers,

I am using reacnetgenerator to analyze the system containg Ca ions and SiO4 anions with water molecules. I want to find the reactions between the Ca ion and SiO4 anions. I found that the coordination number of Ca is not correct, which is no more than 4 in the results of the reacnetgenerator. in fact the coordination number of Ca is between the 4 to 7 with an average of 6.

In addition, there is a lot of the reactions between the water molecules, which is not the concerned reactions. Is there any methods to precludes these reactions? The attached is the initial structure. Thanks so much!
Ca_Si_0.67.cif.txt

@njzjz
Copy link
Member

njzjz commented Jul 13, 2022

We use OpenBabel to detect bonds. Maybe you can modify the following line MaxBnd and recompile openbabel Python library:
https://github.com/openbabel/openbabel/blob/2f34bda337d7ddefa8f2bebfc23931a63e45241f/src/elementtable.h#L59

@yunjian-hash
Copy link
Author

Thank you very much!I also have a question on how to realize the function "Depending on the needs of the user, species with specific elements can be selected for analysis, such as the analysis of reactions between all carbon containing species." in your paper.

@njzjz
Copy link
Member

njzjz commented Jul 14, 2022

You can use --selectatoms. See https://reacnetgenerator.njzjz.win/guide/cli

@njzjz njzjz added the upstream label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants