qutip_qtrl.io
Functions
|
Checks if the given directory exists, if not it is created |
- qutip_qtrl.io.create_dir(dir_name, desc='output')[source]
Checks if the given directory exists, if not it is created
- Returns:
- dir_okboolean
True if directory exists (previously or created) False if failed to create the directory
- dir_namestring
Path to the directory, which may be been made absolute
- msgstring
Error msg if directory creation failed