FermiLib
FermiLib copied to clipboard
FermiLib: Open source software for analyzing fermionic quantum simulation algorithms
We've had a few problems with people submitting pull requests that break the demo file. The demo is quite important because it is likely the first thing that new users...
We have discussed this issue before the release and decided to switch to pytest because * **No boilerplate** * Better options share test fixtures (more advances version of unittest's setup)...
We should aim for 100% test coverage. Coveralls reveals which modules have the least coverage; those with the least coverage, such as molecular_data should be improved first.
Eventually we should include an implementation of these classes in C++ for performance reasons. This should help with faster TimeEvolution calls in ProjectQ, faster transformations, etc.