Workflows

What is a Workflow?
1 Workflow visible to you, out of a total of 1

Monte Carlo Pi Estimation Program Description

This program is a Monte Carlo simulation designed to estimate the value of Pi using PyCOMPSs.

Tasks in the Program

  1. Count Points in Circle Task (count_points_in_circle):
  • Generates random points within a square with side length 1.
  • Counts points falling within the inscribed circle (x^2 + y^2 <= 1).
  • Input: Number of points to generate (num_points)
  • Output: Tuple containing count of points within the circle and list of generated ...

Type: COMPSs

Creators: Archit Dabral, Under the guidance of RaĆ¼l Sirvent

Submitter: Archit Dabral

Powered by
(v.1.16.0-main)
Copyright © 2008 - 2024 The University of Manchester and HITS gGmbH