Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathyan authored Nov 13, 2023
1 parent eddbcf6 commit a36573f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ ASD2VTK is a Python script that enables easy conversion of Atomistic Spin Dynami
1. Ensure that the UppASD simulation outputs, "coord.*.out" and "restart.*.out," "moment.*.output" etc are in the same directory as the script.
2. Run the Python script "ASD2VTK.py" followed by the input file name and the tool-name in the directory containing the aforementioned simulation outputs.
```python ASD2VTK.py inputfile source-tool-name```
example

example

``` python ASD2VTK.py moment.bcc_Fe.out uppasd```

deffault is restart.*.out and UppASD
4. The script will generate a VTU file named "v_*.vtu" in the same directory.
5. Open the output file with Paraview and click on "Apply"
Expand Down

0 comments on commit a36573f

Please sign in to comment.