| |
| |
| |
|
|
| |
| |
| |
| |
| - vars: |
| question: | |
| 1. Please load the dataset from "QMCPack/data/QMCPack.vti". |
| |
| 2. Compute the critical points of the scalar field. |
|
|
| 3. Save the critical points as "QMCPack/results/{agent_mode}/QMCPack.vtk" in legacy VTK format. |
| - The output should contain the critical points as point data |
| - Include a point data array named "CriticalType" (integer) indicating the type of each critical point: |
| * 0 for minima |
| * 1 for 1-saddles |
| * 2 for 2-saddles |
| * 3 for maxima |
| * 4 for degenerate critical points |
| - The point coordinates should be in index space (grid coordinates), not world coordinates |