Mark Fingerhuth

Results 12 issues of Mark Fingerhuth

A database created with `mongoengine` is unusable with a read-only user since they cannot create indexes in the database. This seems like a bug and not a feature since a...

When querying a `MapField` or `DictField` the order of the keys & values matter. After digging into the MongoDB documentation I understood that this has to do with the fact...

- [X] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [X] I have read the...

The Atom class previously only supported atom/element charges for PQR file formats. However, charges can also be indicated at the very end of a line in PDB files such as:...

The `Atom` class only supports atom/element charges for PQR file formats. However, charges can also be indicated at the very end of a line in PDB files such as in...

This PR implements the following changes: - implements support for k-local Ising instances - fixes several bugs that occured with Ising instances that didn't have bias (h) terms for each...

This PR depends on PR #141 and implements the following changes: - new QAOA argument ``embedding`` which is a way of mapping the logical problem to the QPU hardware graph....

This PR adds a new example to the QAOA docs in which we explain how to use different mixer Hamiltonians in the QAOA.

All projects and learning resources should be ordered alphabetically under each heading to avoid any bias or preference.

enhancement
good first issue

Updating the list of contributors in `team.md` is currently done manually. This should be automated with a script that pulls the authors of issues and MRs on all `qosf` repos,...

enhancement