Skip to content
Snippets Groups Projects
Commit ccb24707 authored by Joseph Weston's avatar Joseph Weston
Browse files

add changelog entry for 'ham_gen_fix'

parent c00e0496
No related branches found
No related tags found
No related merge requests found
Pipeline #23935 passed
......@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bug when multiplying a model by a sympy expression (undefined variable)
- Bug when multiplying BlochCoeff with sympy expression (sympy multiplication was
being used, when BlochCoeff multiplication should have been used)
- Remove copying of Sympy symbols (the hash values for the original and copy is
different in some cases (probably a bug in Sympy)), which broke comparison
between Models.
- Remove 'real' assumption from Sympy symbols in 'hamiltonian_from_family'; this
makes all Sympy symbols in Qsymm consistently have no assumptions.
- Minor clarifications to various docstrings
### Removed
- Removed the notebooks from the source repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment