Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added EMDA metric #25

Merged
merged 2 commits into from
May 16, 2022
Merged

Added EMDA metric #25

merged 2 commits into from
May 16, 2022

Conversation

fjebaker
Copy link
Member

Added the Einstein-Maxwell Dilatron Axion (EMDA) metric, from Younsi et al. (2021), which is a non-GR metric examined as part of the EHT 2021 Sgr A* paper series.

Example: shadow of the EMDA metric

using Gradus
using StaticArrays

using Gradus, StaticArrays
m = DilatonAxionAD(M=1.0, a=0.8, b=0.7, β=0.2)

u = @SVector [0.0, 1000.0, deg2rad(90), 0.0]

img = @time rendergeodesics(
    m, u, 2000.0; 
    abstol=1e-9, reltol=1e-9,
    image_width=256, 
    image_height=256, 
    fov_factor=13.0,
    verbose = false,
    # since inner_horizon is ill-defined
    dtmin = 1e-8
)

Plotting:

Screenshot 2022-05-16 at 16 26 23

@fjebaker fjebaker added enhancement New feature or request metrics Issue or pull request related to a metric or metric implementation labels May 16, 2022
@fjebaker
Copy link
Member Author

There's probably some typos in the mathematics here, but it seems to trace okay.

@fjebaker fjebaker merged commit 4e3501a into main May 16, 2022
@fjebaker fjebaker deleted the fergus/emda-metric branch May 16, 2022 18:10
fjebaker added a commit that referenced this pull request Aug 22, 2023
* added Ker-Sen metric (untested)

* einstein maxwell dilaton axion metric fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request metrics Issue or pull request related to a metric or metric implementation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant