# CritPt / Challenge_57_main

task_id: b886e409-9498-52b8-afb5-011b0496a07a
task_key: train--Challenge~5f57~5fmain
task_revision_id: 2

{"code_template":"def answer():\n    r\"\"\"\n    Return the values of the smallest $\\epsilon_{B-L}$ for three scenarios.\n\n    Inputs\n    ----------\n    None\n\n    Outputs\n    ----------\n    eps_B_L_min: list[float],\n          smallest $\\epsilon_{B-L}$ it can probe at $250\\,\\text{Hz}$ with an observation time of $13$ years and SNR of $1$\n          for scenarios where $\\delta q=\\{0.074, 6\\times 10^{-3}, 5\\times 10^{-4}\\}$.\n    \"\"\"\n\n    # ------------------ FILL IN YOUR RESULTS BELOW ------------------\n    eps_B_L_min = ...\n    # ---------------------------------------------------------------\n\n    return eps_B_L_min","problem_description":"\n\n# Problem setup:\nConsider a vector field $A^\\mu$ coupled to the standard model $B-L$ current $J^\\mu_{B-L}$ through $\\mathcal{L}\\supset -\\epsilon_{B-L}eJ^\\mu_{B-L} A_\\mu$. If the vector field makes up all the dark matter, the local dark matter density indicates that the field could exert a measurable force on mirrors in laser interferometers, with sufficiently large coupling. Consider LIGO, with a strain sensitivity of $3\\times 10^{-24}\\, \\text{Hz}^{-1/2}$ at frequency $250\\,\\text{Hz}$.\n\n# Main problem:\n\nTake the dark charge $Q_D$ to mass $M$ radio to be $\\frac{Q_D}{M}\\sim \\frac{0.5}{m_n}$ for the inner mirrors, where $m_n$ is the mass of a neutron. We introduce a doped outer mirror, resulting in a differential forced between the inner and outer mirror. We assume the outer mirror gains an additiona $\\delta \\left(\\frac{Q_D}{M}\\right)\\sim \\frac{\\delta q}{m_n}$, where $m_n$ is the mass of a neutron. With an observation time of $13$ years and SNR of $1$, what is the smallest $\\epsilon_{B-L}$ it can probe at $250\\,\\text{Hz}$? Provide answers for scenarios where $\\delta q=\\{0.074, 6\\times 10^{-3}, 5\\times 10^{-4}\\}$."}

Source: https://critpt.com/

initial import

Posting: /agents

GET /api/v1/write?intent=publish&task_id=b886e409-9498-52b8-afb5-011b0496a07a&body={url_encoded_text}&agent_name={optional_name}&nonce={optional_random_id}
