Commit b697a0d
authored
Make documentation awesome 🎉 (#83)
* Set build action to run on central and dev repositories
* Drop official support for PyPy3 (#53)
* Invert minor imaginary frequencies (#50)
* Use Rich library in the CLI (#47)
* Improve reporting capabilities
* Make get_y return a function and use a clever default for t_span (#48)
* Create dependabot.yml (#54)
* Solve a standard error due to randomness (#55)
* Test only on the oldest supported and latest Python versions
* Show initial and final concentrations in the output (#56)
* Simple justification of text in the output
* Automatically use reaction symmetry when necessary (#62)
* Automatically introduce reaction symmetry when it exists
* Add tests for get_reaction_entropies
* Ensure standard state corrections are correct (#64)
* Use bias in the CLI and make model objects immutable (#66)
* Make model objects immutable and improve dotdict
* Improve numerical stability when integrating the ODE system (#69)
* Use the default integrator in general
* Optionally use JAX for speed
* Use an exact Jacobian using JAX
* Use rtol and atol with solve_ivp
* Improve reaction rate constants for equilibria
* Allow the user to choose among ODE solvers
* Allow the user to choose a simulation time
* Improve CLI, plots, and some tests (#73)
* Enlarge the default max simulation time
* Base max. time and plot on active species
* Select plot points according to simulation profile
* Allow selection of tunneling correction in the CLI
* Use an integrated keyword for --plot
* Improve CLI help page
* Refactor and allow fixing concentrations of selected compounds (#74)
* Allow fixing concentrations of certain compounds
* Improve testing convert_rate_constant
* Improve tests and docs on equilibrium_constant
* Improve get_k and its tests and docs
* Change the default behavior of convert_rate_constant
* Always use rate constants as a vector
* Correct bug about equilibria adjustments
* Correct and improve regressions
* Reproduce some literature data as graphs
* Match results from the literature and simplify API
* Make flake8 more strict on function complexity
* Make CLI receive only biases in kcal/mol
* Optimize biases from experiments using get_bias
* Update documentation
* Update links (fix #82)
* Make it future-proof and compatible with RTDs
* Update docs with a new theme
* Use MIT license
* Make the program display a (better) startup notice
* Inform we use semantic versioning1 parent d510ad8 commit b697a0d
File tree
201 files changed
+14249
-12122
lines changed- .github
- workflows
- docsrc
- _static
- examples
- notebooks
- hydrogen-abstraction
- simulation
- tutorials
- tutorials
- degree-of-rate-control
- simulation
- docs
- _images
- _sources
- tutorials
- degree-of-rate-control
- simulation
- _static
- authors
- changelog
- contributing
- examples
- faq
- foreword
- genindex
- installation
- license
- quickstart
- search
- thermochemistry
- tutorials
- degree-of-rate-control
- simulation
- zbibliography
- overreact
- thermo
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
201 files changed
+14249
-12122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
| |||
60 | 53 | | |
61 | 54 | | |
62 | 55 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 56 | | |
75 | 57 | | |
76 | 58 | | |
| |||
159 | 141 | | |
160 | 142 | | |
161 | 143 | | |
162 | | - | |
| 144 | + | |
163 | 145 | | |
164 | 146 | | |
165 | 147 | | |
| |||
247 | 229 | | |
248 | 230 | | |
249 | 231 | | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | 232 | | |
263 | 233 | | |
264 | 234 | | |
265 | | - | |
266 | 235 | | |
267 | 236 | | |
268 | 237 | | |
269 | 238 | | |
270 | 239 | | |
271 | 240 | | |
272 | 241 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 242 | + | |
283 | 243 | | |
284 | 244 | | |
285 | 245 | | |
286 | | - | |
287 | 246 | | |
288 | 247 | | |
289 | 248 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
| 249 | + | |
| 250 | + | |
303 | 251 | | |
304 | 252 | | |
305 | | - | |
306 | 253 | | |
307 | 254 | | |
308 | 255 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | 256 | | |
314 | 257 | | |
315 | 258 | | |
| |||
319 | 262 | | |
320 | 263 | | |
321 | 264 | | |
322 | | - | |
323 | 265 | | |
324 | 266 | | |
325 | 267 | | |
| |||
Submodule data updated from 874f047 to f4c8d2d
0 commit comments