We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem description Running the diamond CVD example as is yields a large negative (non-physical) rate for diamond
Steps to reproduce
Just run the script
Behavior
System information
Attachments
Original code - yields index 8 which is actually hydrogen
iC = d.kinetics_species_index(dbulk.species_index('C(d)'), 1) # wrong, indexed to H
Correct code, yields the index for bulk diamond
iC = d.kinetics_species_index('C(d)')
Additional context
This is what the result should look like
The text was updated successfully, but these errors were encountered:
Thanks @joelager, good catch! Would you like to open a Pull Request fixing this issue?
Sorry, something went wrong.
No branches or pull requests
Problem description
Running the diamond CVD example as is yields a large negative (non-physical) rate for diamond
Steps to reproduce
Just run the script
Behavior
System information
Attachments
Original code - yields index 8 which is actually hydrogen
Correct code, yields the index for bulk diamond
Additional context
This is what the result should look like
The text was updated successfully, but these errors were encountered: