Samuel Tovey
Samuel Tovey
**What feature would you like to see added?** Add functionality for computing an RDF over half the box cutoff. The volume computation and pre-factor is already implemented, someone just needs...
**What feature would you like to see added?** Using LAMMPS and ASE with python it is possible to parse data as a bumpy array to another process. We could set...
**What feature would you like to see added?** If we have a database full of simulation parameters as well as a project class over-seeing the results of many experiments then...
**What feature would you like to see added?** Currently it is not possible for us to always use einsum in the ADF computation. Rather we allow the user to select...
**What feature would you like to see added?** Allow for the computation of a diffusion tensor rather than simply the net coefficient. **Describe how this feature would improve the code**...
**What feature would you like to see added?** Add a spack install script so that MDSuite can be installed with spack. **Describe how this feature would improve the code** It...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
I want to be able to close an order by an id, something like this: ```python def close_position_by_id(symbol, order_id, state): print(f"Before: {state.interface.paper_trade_orders}") print(order_id) print(symbol) state.interface.cancel_order(symbol, str(order_id)) print(f"After: {state.interface.paper_trade_orders}") ``` Where...
Looking into the literature, some compute rewards slightly differently to us, I have made this branch to test how that works.
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...