-
Pint scalars constructed from bare floats have no shape, unlike numpy scalars. For example:
```python
In [13]: a = np.array(2.0)
In [14]: a.shape
Out[14]: ()
In [15]: q = pint.Quantity(2.0)…
-
Not urgent, but need to do this at some point.
-
Hello Drew.
I came across your paper and hence, the mode code. Thank you for providing this powerful tool. I intend to use it in my research activities. I am interested in redoing the interface probl…
-
Implement an accountsdb outside of the validator the matches accountsdb.
Requirements:
- [ ] queryable by fields in the account to support legacy api getAccountInfo/getProgramAccounts/getToke…
-
restarting rhybrid from a vlsv file produces errors:
(VLSV) ERROR: VLSV::getMPIDatatype called with datatype::UNKNOWN datatype, returning MPI_DATATYPE_NULL!
Not sure yet where the problem is: vlsv…
-
### Description
I'm using dask to parallelise various functions, including some unit conversions. As documented in this [issue](https://github.com/dask/dask-mpi/issues/76), when usi…
-
Hello!
When I use the ’readABF‘ package, I only get a data frame contains two columns(time and current).
How can I get more data such as Decay,Rise and Area?
-
#### Describe the bug
I notice that there is a problem when I have at least two products (P1 and P2) in the basket and I change the purchase quantities. For example :
P1 stock: 5, P2 stock: 5. I…
-
When using the ave/atom (and similar averaging commands) it makes sense to be able to produce the standard deviation for the quantity.
For instance `stddev yes` will add N extra columns with the s…
-
Running
```
mace_run_train --foundation_model='small' --ema_decay=0.995 --energy_weight=1.0 --forces_weight=1.0 --stress_weight=1.0 --max_num_epochs=2 --scheduler_patience=5 --patience=40 --clip_gra…