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
- _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 currently empty. It will contain one entry for each newform.