# UniSimulator **Repository Path**: TokiNoBug/UniSimulator ## Basic Information - **Project Name**: UniSimulator - **Description**: Simulate N-body problems in D-dimension space - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-26 - **Last Updated**: 2022-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UniSimulator Simulate N-body problem in D-dimension space ---- provided that the inverse square law is suitable for any dimensional space. Implemented algorithms: - Euler method - 4 rank Runge-Kutta fixed step method - Traditional 4 rank Runge-Kutta variable step method (control error with position and velocity)(best recommended) Other functions: - Save parameters (initial condition) as files. - Load parameters from files. - Save result (the whole path) as files. - Load result from files.