Rendering methods

renderingAtomic — A rendering method to draw atoms positioned in a box.
renderingAtomic_d3 — Method to load d3 position file.
renderingAtomic_ascii — Method to load ascii position file.
atomic_xyz — Method to load ascii position file.
renderingSpin — A module able to represent atoms by their position and spin.

Main purpose of V_Sim is to render some file describing positions and other informations n a graphical way. This is achieved implementing #VisuRendering. Currently two methods exist, one draw spheres (or other geometric forms such as cubes) on defined positions. The other is a more specialised version of the former, adding a direction information on each position. This method is called SpinRendering and is usefull to render spin configurations.