pishleback / pishleback/Algebraeon
Enumeration of totally real number fields
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 82
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
A function to enumerate totally real number fields of a given degree up to a given discriminant bound. https://arxiv.org/abs/0802.0194
- Here is a reference implementation (
enumerate_totallyreal_fields_all) https://github.com/sagemath/sage/blob/develop/src/sage/rings/number_field/totallyreal_rel.py
Apart from rust being faster than sage, it would be useful if it could run in parallel.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Sage reference implementation, enumerate_totallyreal_fields_all, and read the linked paper at arxiv.org/abs/0802.0194. Determine the Rust entry point for number-field algorithms and define how enumeration by degree and discriminant bound should work, including parallel execution; done means a working equivalent with suitable validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100