To use the physicalModel lib, but building your own custom properties:
- create a sub-directory MyPhysicalProperties in the root directory of
the library (from here : mkdir ../MyPhysicalProperties)
- copy all the files (there are 7 of them) in this directory to your directory
- add an environment variable called PHYSICALMODELPROPERTIES which is the name of
the directory you put your custom physical properties (here for example the
PHYSICALMODELPROPERTIES should be set to MyPhysicalProperties)
- verify that the compilation use your own directory and that the lib compile without errors
- modify the AtomProperties, CellProperties and StructuralProperties as you wish !
