-
```
This is actually a request for enhancement, but let me disguise it as an error
report. Here's how EB works now:
What steps will reproduce the problem?
1. Open a document with a zoom level so tha…
-
Some branches that I don't think we are using anymore:
- libstructure_reset
- daniel
- dpolashenski-patch-1
Someone should double check that they are all good to be deleted and then delete fro…
-
As pointed out by @filippo82 on Slack, the first thing we should definite is the scope of this be journal.
* What is our target audience?
* How inclusive/exclusive do we want to be?
* What is the…
-
This is a short summary on how to get started with PSI4 and Apple Silicon
---
Overview:
- Python/Package management options:
- osx-arm64 conda-forge environment: https://github.com/conda-for…
-
I have done the setup and am at the Jacobi part, which is taught in graduate numerical methods (which is a significant math class, which is not a prerequisite for this course). The math required for …
-
I get the warning many times per iterations now, began yesterday after `apt-get update && apt-get upgrade`
```
Warning: Function newline has the same name as a MATLAB builtin. We suggest you rename…
-
# Issue Title: Schoenhage-Strassen Algorithm – Fast Integer Multiplication
### Description:
This issue proposes the implementation of the Schoenhage-Strassen Algorithm, a fast integer multiplicati…
-
I've been wondering if:
- multi-scale datasets are generic enough to implement some related functionality in Xarray, e.g., as new `Dataset` and/or `DataArray` method(s)
- we could leverage custom …
-
I've encountered an issue with underflows in numpy. Example code as follows:
```
#!/usr/bin/env python
import numpy as np
import numpy.linalg as la
a=np.asarray([[0.70710678,0.],[0.70710678,1.]])
b…
-
The number of in-house scripting is alarming in computational proteomics by 2019. The use of in-house scripts is the source of:
- [ ] lack of traceability, reproducibility
- [ ] the more complex …