Toon Verstraelen
Toon Verstraelen
## Describe the issue Explicit figure numbers seem to cause a small glitch in `ipympl`. When the following cell is executed once, it shows the plot. When re-executing the cell,...
It would be nice to just have a mindless list of commands to arrive at a PSI4 version with `MAX_AM_ERI=8`, starting from a clean conda environment, with minimal amount of...
This may have been reported before: #567, #250, #41 However, these bug reports are very old and the problem still exists, even though it is mentioned in some that it...
I'm, copying the relevant bits from #72 below: It is possible and fairly easy to support the functionality of `dataframe_regression`, `num_regression` and `ndarrays_regression` in one regression fixture. E.g. to be...
IOData didn't install on Windows. The workaround is to comment out line 56: "long_description=get_readme()," @PaulWAyers Can you paste the error message you get in a comment below? Thanks!
Fixes #282
As mentioned in #198, support for the CIF format would be a nice addition. This issue collects relevant pointers for development of a CIF loader. One existing python implementation can...
(This was a part of #146.) There are some points of confusion in the documentation of `iodata.basis` and some names may be confusing. I'll maintain a list of suggestions for...
At the moment, bond orders are force to be integer because they are stored in the same array containing the atomic indices. This can be fixed easily with a structured...
**Motivation** At the moment, it is mostly assumed that an `IOData` instance contains all the right attributes in the right form before it is passed on to a `dump_one` call....