{"id":27320550,"url":"https://github.com/apjansen/qnmspectral","last_synced_at":"2026-01-20T08:33:46.582Z","repository":{"id":151598046,"uuid":"70589445","full_name":"APJansen/QNMspectral","owner":"APJansen","description":"A Mathematica package for the numerical computation of quasinormal modes","archived":false,"fork":false,"pushed_at":"2019-07-19T12:53:42.000Z","size":1734,"stargazers_count":30,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T09:56:56.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Mathematica","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/APJansen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-11T12:08:35.000Z","updated_at":"2025-03-13T21:22:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"194ac423-c763-479a-824b-e831f2133b6e","html_url":"https://github.com/APJansen/QNMspectral","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/APJansen/QNMspectral","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APJansen%2FQNMspectral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APJansen%2FQNMspectral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APJansen%2FQNMspectral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APJansen%2FQNMspectral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/APJansen","download_url":"https://codeload.github.com/APJansen/QNMspectral/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APJansen%2FQNMspectral/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28599047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T09:56:54.280Z","updated_at":"2026-01-20T08:33:46.568Z","avatar_url":"https://github.com/APJansen.png","language":"Mathematica","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QNMspectral\n\nA Mathematica package for the numerical computation of quasinormal modes.\n\n## Citation\n\nIf one uses this code in any way in the preparation of a publication, please cite it as:\n\n@article{Jansen:2017oag,\n      author         = \"Jansen, Aron\",\n      title          = \"{Overdamped modes in Schwarzschild-de Sitter and a\n                        Mathematica package for the numerical computation of\n                        quasinormal modes}\",\n      journal        = \"Eur. Phys. J. Plus\",\n      volume         = \"132\",\n      year           = \"2017\",\n      number         = \"12\",\n      pages          = \"546\",\n      doi            = \"10.1140/epjp/i2017-11825-9\",\n      eprint         = \"1709.09178\",\n      archivePrefix  = \"arXiv\",\n      primaryClass   = \"gr-qc\",\n      SLACcitation   = \"%%CITATION = ARXIV:1709.09178;%%\"\n}\n\n## Getting Started\n\nThese few steps will allow you to use this package.\n\n### Prerequisities\n\nMathematica 10 or later is required for this package to work.\n\n### Installing\n\n1. If you haven’t already dowloaded it, click ‘Clone or download’ on the top right, and choose `download ZIP`.\n\n2. Now copy the ‘QNMspectral’ folder (not 'code', this is used only to create the documentation).\n\n3. Paste this folder into the folder 'Applications' located in the Mathematica user base directory. \n   To find the location of this user base directory, open a Mathematica notebook and evaluate ‘$UserBaseDirectory’.\n   On a Mac this will be in the 'library' folder, which is hidden by default, to acces that in Finder click Go-\u003eGo to Folder... and type '/Library'.\n   \n4. To get the documentation to work, reset Mathematica.\n\n### Loading\n\nThe package is now installed. To use it in a notebook of your own, you first have to load it, by evaluating:\n\nNeeds\\[\"QNMspectral\\`\"\\] \n\n### Using\n\nOnce it is loaded, one can go to Help-\u003eWolfram Documentation and type in ‘QNMspectral’ to get a usage guide.\n\nAlternatively, there is a notebook with examples in the main folder, titled ‘QNMspectralExamples.nb’.\n\n## Contributing\n\nIf you wish to contribute to the package, for example by fixing a bug or even adding a feature, you are welcome to do so.\n\nThe source code is located in the code/QNMspectral folder. \nThis can be used with Wolfram Workbench to create the package with documentation included.\nThe actual code is QNMspectral.m, which is created from QNMspectral.nb.\n\n## Authors\n\nAron Jansen\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n### Changes with respect to pre-github version\n\n#### Summary of changes with respect to the pre-github version\n\n1. Added Mathematica-style documentation, with an information page for each function, and some tutorials.\n2. Some significant speed improvements (most notable with machine precision and small grids, with around a factor 6 speedup)\n3. Fixed several bugs\n4. To more closely match Mathematica’s conventions, removed quotation marks from all option names, and added $ sign to global option variables ($QNMMemory and $QNMQuiet)\n5. Restructured most of the code, to make it more readable and more modular\n\n##### Backwards compatibility\n\nFor anyone who has used the pre-github version, there are two changes you have to make to any old code to make it compatible with the current version:\n\n1. Remove all quotation marks from option names (not from their values)\n2. Add a $-sign to any use of QNMMemory and QNMQuiet.\n\n\n[![Analytics](https://ga-beacon.appspot.com/UA-81215073-4/chromeskel_a/readme)](https://github.com/QNMspectral/ga-beacon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapjansen%2Fqnmspectral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapjansen%2Fqnmspectral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapjansen%2Fqnmspectral/lists"}