diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 2dad93ac..00000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -6.2-snapshot-2025-08-21 \ No newline at end of file diff --git a/README.md b/README.md index 8b1eea55..df80adbe 100644 --- a/README.md +++ b/README.md @@ -28,22 +28,11 @@ macOS 15.5 - - Swift toolchain - 6 (snapshot1) - Xcode 16.4 -
-
    -
  1. -

    QuantumMechanics relies on differentiable programming (for, e.g., calculating the Lagrangian of a phase of a space), which is implemented by Swift in an unstable module. Differentiation is delegated to such module because its implementation is far from trivial.

    -

    Only the latest major version of the toolchain can have its snapshot installed. To check which version is the latest major one, refer to the Releases page of Swift.

    -
  2. -

Development process

Some parts of the process of developing Deus are documented by the author himself in his video series Deus: Simulando o Universo (Deus: Simulating the Universe), in which the thinking behind the overall structure of the project is explained and important concepts regarding the physics themselves are taught.