Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.23 KB

db-bmfs.md

File metadata and controls

36 lines (28 loc) · 1.23 KB

Database bmfs

Description Bianchi modular forms
Status future
Contact John Cremona
Code none
Collections dimensions

Todo:

  • Upload data for individual newforms over the fields covered by the dimension database
  • Add more imaginary quadratic fields

Collection dimensions

  • _id: ObjectId generated by Mongo DB (includes creation timestamp)

**Example**:ObjectId('538f8c6b3f3978f1f20ab9d9')

* **field_label** (string): LMFDB label of the underlying field

**Example:** '2.0.4.1'

* **level_label** (string): label of the level ideal

**Example:** '11981.1209.1'

* **label** (string): full label of the level

**Example:** '2.0.4.1-11981.1209.1'

* **level_norm** (int): norm of the level ideal

**Example:** 11981

* **dimension_data** (dict): dimension data. Keys are weights, values are dicts with keys 'cuspidal_dim' and 'new_dim', values ints.

**Example:** {'2': {'cuspidal_dim': 0, 'new_dim': 0}}

Collection forms

  • Collection currently empty. It will contain one entry for each newform.