Ethan Meitz

Results 25 issues of Ethan Meitz

Hello, I have a couple PyObject's that return the following when printed to screen: `PyObject ` `PyObject ` `PyObject ` Is there some property I can access that will tell...

### Motivation and description I think it would be useful to load pre-trained weights from PyTorch or Tensorflow. I'm sure this has been discussed before (e.g., in the PyTorch feature...

enhancement

What's the difference between `expand_derivatives` and `derivative` (which I assume is equivalent to the `Differential` approach)? With `expand_derivatives` I get an error `Differentiation with array expressions is not yet supported`...

It would be nice to have a kwarg added to the solve method or to specific optimization routines that tells the optimizer what scale to expect certain parameters to be....

Implemented iterative scheme for RATTLE....completely untested but I have a many clarifying questions/thoughts. - Its unclear to me if these implementations work with all integrators. The derivations all use VV....

Splitting up PR #132 into two parts one for just RATTLE and another for a re-implementation of the constraint algorithm to be more efficient. This PR will contain the implementation...

If I have a unit that I know is energy/length^3 is there a way I can pull out the unit for energy and the unit for length separately? Thanks!

Hello, I'd like to differentiate my functions based on if the user provided a `Mass` dimension or a molar mass dimension. Unitful already has the `Unitful.Mass` to make it easy...

documentation

I am trying to do the following unit conversion: `uconvert(u"Å * ps^-2", 1.0u"kcal*Å^-1*g^-1")`\ but get this error: `ERROR: OverflowError: 10000000000000 * 10000000000 overflowed for type Int64` How can I avoid...

I have some masses in atomic mass units and energy units that are kcal/mol. For some reason Unitful won't let me uconvert() atomic mass units into g/mol even though they...