jaxrts.helpers
Miscellaneous helper functions.
Module Attributes
Typically, we return quantities that differ per orbital in an |
Functions
|
Find the root of a function |
|
Invert a dictionary, so that it's keys become values, and the values are the keys of the returned dict. |
|
Calculate the mass density of a mixture from electron density. |
|
Calculate the mass fraction of a mixture. |
|
Create an array with entries for each orbital. |
|
This is an equivalent to functools.partial, but for Classes. |
|
Use the secant method to find the extrema of a function within specified bounds. |
|
Simple timer wrapper. |
Classes