-
Notifications
You must be signed in to change notification settings - Fork 12
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
Graphene and Graphite diffusivities by Petucci 2013 #285
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 98.73% 98.74%
=======================================
Files 76 76
Lines 1821 1827 +6
=======================================
+ Hits 1798 1804 +6
Misses 23 23 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Entered data is correct, but this paper simulates H2 diffusivity on/in graphene/graphite not H and that should be noted.
data_y=data_y_petucci_graphite, | ||
source="petucci_diffusion_2013", | ||
isotope="H", | ||
note="graphite MD data from table III", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change the note as such "H2 diffusion in graphite calculated by molecular dynamics".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
data_y=data_y_petucci_graphene, | ||
source="petucci_diffusion_2013", | ||
isotope="H", | ||
note="graphene MD data from table III", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change the note as such "H2 diffusion on graphene calculated by molecular dynamics".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Fixes #269