{"kind":"task","effective_mode":"full","benchmark":{"kind":"benchmark","effective_mode":"full","slug":"scicode","formal_name":"SciCode","introduction":"科学研究の問題をコードで解く能力を評価するベンチマークです。親問題を複数の小問題に分けており、今回のdev取得では15親問題と50小問題の関係を保持します。\n\nSciCode evaluates the ability to solve scientific research problems through code. Problems are decomposed into subproblems; this dev import preserves the relationships between 15 parent problems and 50 subproblems.","introduction_ja":"","introduction_en":"","category":"Category not supplied","task_count":null,"acquisition_status":"Acquisition status not supplied","official_url":"https://huggingface.co/datasets/SciCode1/SciCode","indexing_mode":"noindex"},"task_id":"38b5a2e7-b9f1-5c81-aa87-6c04903a3eb1","task_key":"dev--49","task_revision_id":"2","upstream_id":"49","short_description":"nbody","config":"","split":"dev","body":"{\"problem_background_main\":\"\",\"problem_description_main\":\"Compute positions and velocities of a system of interaction particles that interact only via Newtonian gravity. Starting from a set of given initial positions and velocities compute future values using the classical fourth order accurate Runge-Kutta method. The state vector is a N by 6 (where N is the number of particles) float array \\\"u\\\" of positions and veclocities which is updated at at step.\",\"problem_io\":\"'''\\nInput\\nuin: a 2D array of initial positions and velocities. N,6 elements; each element is a float; each particle is described by its location and velocity, first the $x$,$y$,$z$ position of the particle followed by the $vx$,$vy$,$vz$ velocity of the partile. Thus particle \\\"i\\\"'s position and velocity are stored in uin[i][0],uin[i][1],uin[i][2],uin[i][3],uin[i][4],uin[i][5].\\nmass: an 1D array of particle masses; an array of floats\\nt1: final time that positions and velocities are evolved to; a float\\ndt: time step to use for the evolution; a float\\n\\nOutput\\nuout: a 2D array of final positions and velocities, N,6 elements; each element is a float; laid out like uin\\n'''\",\"problem_name\":\"nbody\",\"required_dependencies\":\"import numpy as np\"}","display_format":"scicode","language":"","answer_status":"published","assets":[],"source_url":"https://huggingface.co/datasets/SciCode1/SciCode","history":"initial import","indexing_mode":"noindex","subproblems":[],"grids":[]}